Shades of Crimson #D00032
Tints of Crimson #D00032
RGB
CMYK
RGB Variations
Color information
#D00032 (or 0xD00032) is known color: Crimson. HEX triplet: D0, 00 and 32. RGB value is (208,0,50). Sum of RGB (Red+Green+Blue) = 208+0+50=258 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.62% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 208 - color contains mainly: red. Hex color #D00032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00032 is #2FFFCD. Grayscale: #434343. Windows color (decimal): -3145678 or 3277008. OLE color: 3277008.
HSL color Cylindrical-coordinate representation of color #D00032: hue angle of 345.58º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00032 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.76 | 0.18 |
| HSL | 345.58º | 1% | 0.41% | - |
| HSV(B) | 345.58º | 1% | 0.82% | - |
| XYZ | 26.59 | 13.64 | 4.25 | - |
| YUV | 67.89 | 117.91 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 50 | 0 | 1 | 0.76 | 0.18 | 345.58 | 1 | 0.41 |
| Hex | D0 | 0 | 32 | 0 | 64 | 4C | 12 | 15A | 64 | 29 |
| Octal | 320 | 0 | 62 | 0 | 144 | 114 | 22 | 532 | 144 | 51 |
| Binary | 11010000 | 0 | 110010 | 0 | 1100100 | 1001100 | 10010 | 101011010 | 1100100 | 101001 |
Color Harmonies of #D00032
Complementary color
Monochromatic Colors of #D00032
Black with #D00032
Text Example
Text Example
White with #D00032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00032; }
p { color: rgb(208,0,50); }
H1.HeaderClassName
{
color: #D00032;
}
.AnyTagClassName
{
color: #D00032;
}
</style>
background-color css
<style>
a { background-color: #D00032; }
a { background-color: rgb(208,0,50); }
div.DivClassName
{
background-color: #D00032;
}
.BgClassName
{
background-color: #D00032;
}
</style>
border-color css
<style>
span { border-color: #D00032; }
span { border-color: rgb(208,0,50); }
td.TdClassName
{
border-color: #D00032;
}
.TagClassName
{
border-color: #D00032;
}
</style>