Shades of Crimson #CD0036
Tints of Crimson #CD0036
RGB
CMYK
RGB Variations
Color information
#CD0036 (or 0xCD0036) is known color: Crimson. HEX triplet: CD, 00 and 36. RGB value is (205,0,54). Sum of RGB (Red+Green+Blue) = 205+0+54=259 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.15% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0036 is #32FFC9. Grayscale: #434343. Windows color (decimal): -3342282 or 3539149. OLE color: 3539149.
HSL color Cylindrical-coordinate representation of color #CD0036: hue angle of 344.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0036 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.74 | 0.20 |
| HSL | 344.2º | 1% | 0.4% | - |
| HSV(B) | 344.2º | 1% | 0.8% | - |
| XYZ | 25.84 | 13.25 | 4.68 | - |
| YUV | 67.45 | 120.42 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 54 | 0 | 1 | 0.74 | 0.20 | 344.2 | 1 | 0.4 |
| Hex | CD | 0 | 36 | 0 | 64 | 4A | 14 | 158 | 64 | 28 |
| Octal | 315 | 0 | 66 | 0 | 144 | 112 | 24 | 530 | 144 | 50 |
| Binary | 11001101 | 0 | 110110 | 0 | 1100100 | 1001010 | 10100 | 101011000 | 1100100 | 101000 |
Color Harmonies of #CD0036
Complementary color
Monochromatic Colors of #CD0036
Black with #CD0036
Text Example
Text Example
White with #CD0036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0036; }
p { color: rgb(205,0,54); }
H1.HeaderClassName
{
color: #CD0036;
}
.AnyTagClassName
{
color: #CD0036;
}
</style>
background-color css
<style>
a { background-color: #CD0036; }
a { background-color: rgb(205,0,54); }
div.DivClassName
{
background-color: #CD0036;
}
.BgClassName
{
background-color: #CD0036;
}
</style>
border-color css
<style>
span { border-color: #CD0036; }
span { border-color: rgb(205,0,54); }
td.TdClassName
{
border-color: #CD0036;
}
.TagClassName
{
border-color: #CD0036;
}
</style>