Shades of Crimson #CD0232
Tints of Crimson #CD0232
RGB
CMYK
RGB Variations
Color information
#CD0232 (or 0xCD0232) is known color: Crimson. HEX triplet: CD, 02 and 32. RGB value is (205,2,50). Sum of RGB (Red+Green+Blue) = 205+2+50=257 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.77% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0232 is #32FDCD. Grayscale: #444444. Windows color (decimal): -3341774 or 3277517. OLE color: 3277517.
HSL color Cylindrical-coordinate representation of color #CD0232: hue angle of 345.81º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0232 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 50 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.20 |
| HSL | 345.81º | 0.98% | 0.41% | - |
| HSV(B) | 345.81º | 0.99% | 0.8% | - |
| XYZ | 25.77 | 13.25 | 4.22 | - |
| YUV | 68.17 | 117.75 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 50 | 0 | 0.99 | 0.76 | 0.20 | 345.81 | 0.98 | 0.41 |
| Hex | CD | 2 | 32 | 0 | 63 | 4C | 14 | 15A | 62 | 29 |
| Octal | 315 | 2 | 62 | 0 | 143 | 114 | 24 | 532 | 142 | 51 |
| Binary | 11001101 | 10 | 110010 | 0 | 1100011 | 1001100 | 10100 | 101011010 | 1100010 | 101001 |
Color Harmonies of #CD0232
Complementary color
Monochromatic Colors of #CD0232
Black with #CD0232
Text Example
Text Example
White with #CD0232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0232; }
p { color: rgb(205,2,50); }
H1.HeaderClassName
{
color: #CD0232;
}
.AnyTagClassName
{
color: #CD0232;
}
</style>
background-color css
<style>
a { background-color: #CD0232; }
a { background-color: rgb(205,2,50); }
div.DivClassName
{
background-color: #CD0232;
}
.BgClassName
{
background-color: #CD0232;
}
</style>
border-color css
<style>
span { border-color: #CD0232; }
span { border-color: rgb(205,2,50); }
td.TdClassName
{
border-color: #CD0232;
}
.TagClassName
{
border-color: #CD0232;
}
</style>