#cd0b01 color RGB value is (205,11,1)
#cd0b01 color CMYK value
#cd0b01 color HSL value
HSV(or HSB) | 2.9° | 99.5 | 80.4 |
XYZ | 25.302 | 13.221 | 1.247 |
Yxy | 0.636 | 0.332 | 13.221 |
LAB | 43.094 | 66.929 | 56.804 |
LUV | 43.094 | 138.552 | 30.822 |
Hunter-LAB | 36.36 | 60.582 | 23.419 |
CIE-LCH | 43.094 | 87.785 | 40.322 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | CD | B | 1 |
Decimal | 205 | 11 | 1 |
Octal | 315 | 13 | 1 |
Binary | 11001101 | 00001011 | 00000001 |
Below, you can see some colors close to #cd0b01. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #cd0b01.
<span style="color:#cd0b01">Text here</span>
This paragraph has a background color of #cd0b01.
<p style="background-color:#cd0b01;">Content here</p>
This element has a border color of #cd0b01.
<div style="border:1px #cd0b01;">Content here</div>
.text {color:#cd0b01;}
.background {background-color:#cd0b01;}
.border {border:1px solid #cd0b01;}
.text-shadow {border:1px solid #cd0b01;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #0f0100 is the darkest color, while #fff9f9 is the lightest one.