Shades of Crimson #CD0736
Tints of Crimson #CD0736
RGB
CMYK
RGB Variations
Color information
#CD0736 (or 0xCD0736) is known color: Crimson. HEX triplet: CD, 07 and 36. RGB value is (205,7,54). Sum of RGB (Red+Green+Blue) = 205+7+54=266 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.07% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0736 is #32F8C9. Grayscale: #474747. Windows color (decimal): -3340490 or 3540941. OLE color: 3540941.
HSL color Cylindrical-coordinate representation of color #CD0736: hue angle of 345.76º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD0736 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 7 | 54 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.20 |
| HSL | 345.76º | 0.93% | 0.42% | - |
| HSV(B) | 345.76º | 0.97% | 0.8% | - |
| XYZ | 25.92 | 13.4 | 4.71 | - |
| YUV | 71.56 | 118.1 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 7 | 54 | 0 | 0.97 | 0.74 | 0.20 | 345.76 | 0.93 | 0.42 |
| Hex | CD | 7 | 36 | 0 | 61 | 4A | 14 | 15A | 5D | 2A |
| Octal | 315 | 7 | 66 | 0 | 141 | 112 | 24 | 532 | 135 | 52 |
| Binary | 11001101 | 111 | 110110 | 0 | 1100001 | 1001010 | 10100 | 101011010 | 1011101 | 101010 |
Color Harmonies of #CD0736
Complementary color
Monochromatic Colors of #CD0736
Black with #CD0736
Text Example
Text Example
White with #CD0736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0736; }
p { color: rgb(205,7,54); }
H1.HeaderClassName
{
color: #CD0736;
}
.AnyTagClassName
{
color: #CD0736;
}
</style>
background-color css
<style>
a { background-color: #CD0736; }
a { background-color: rgb(205,7,54); }
div.DivClassName
{
background-color: #CD0736;
}
.BgClassName
{
background-color: #CD0736;
}
</style>
border-color css
<style>
span { border-color: #CD0736; }
span { border-color: rgb(205,7,54); }
td.TdClassName
{
border-color: #CD0736;
}
.TagClassName
{
border-color: #CD0736;
}
</style>