Shades of Crimson #CD0032
Tints of Crimson #CD0032
RGB
CMYK
RGB Variations
Color information
#CD0032 (or 0xCD0032) is known color: Crimson. HEX triplet: CD, 00 and 32. RGB value is (205,0,50). Sum of RGB (Red+Green+Blue) = 205+0+50=255 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.39% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0032 is #32FFCD. Grayscale: #434343. Windows color (decimal): -3342286 or 3277005. OLE color: 3277005.
HSL color Cylindrical-coordinate representation of color #CD0032: hue angle of 345.37º 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 #CD0032 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.76 | 0.20 |
| HSL | 345.37º | 1% | 0.4% | - |
| HSV(B) | 345.37º | 1% | 0.8% | - |
| XYZ | 25.75 | 13.21 | 4.21 | - |
| YUV | 67 | 118.42 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 50 | 0 | 1 | 0.76 | 0.20 | 345.37 | 1 | 0.4 |
| Hex | CD | 0 | 32 | 0 | 64 | 4C | 14 | 159 | 64 | 28 |
| Octal | 315 | 0 | 62 | 0 | 144 | 114 | 24 | 531 | 144 | 50 |
| Binary | 11001101 | 0 | 110010 | 0 | 1100100 | 1001100 | 10100 | 101011001 | 1100100 | 101000 |
Color Harmonies of #CD0032
Complementary color
Monochromatic Colors of #CD0032
Black with #CD0032
Text Example
Text Example
White with #CD0032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0032; }
p { color: rgb(205,0,50); }
H1.HeaderClassName
{
color: #CD0032;
}
.AnyTagClassName
{
color: #CD0032;
}
</style>
background-color css
<style>
a { background-color: #CD0032; }
a { background-color: rgb(205,0,50); }
div.DivClassName
{
background-color: #CD0032;
}
.BgClassName
{
background-color: #CD0032;
}
</style>
border-color css
<style>
span { border-color: #CD0032; }
span { border-color: rgb(205,0,50); }
td.TdClassName
{
border-color: #CD0032;
}
.TagClassName
{
border-color: #CD0032;
}
</style>