Shades of Crimson #D00F32
Tints of Crimson #D00F32
RGB
CMYK
RGB Variations
Color information
#D00F32 (or 0xD00F32) is known color: Crimson. HEX triplet: D0, 0F and 32. RGB value is (208,15,50). Sum of RGB (Red+Green+Blue) = 208+15+50=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00F32 is #2FF0CD. Grayscale: #4C4C4C. Windows color (decimal): -3141838 or 3280848. OLE color: 3280848.
HSL color Cylindrical-coordinate representation of color #D00F32: hue angle of 349.12º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F32 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 50 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.18 |
| HSL | 349.12º | 0.87% | 0.44% | - |
| HSV(B) | 349.12º | 0.93% | 0.82% | - |
| XYZ | 26.76 | 13.98 | 4.31 | - |
| YUV | 76.7 | 112.94 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 50 | 0 | 0.93 | 0.76 | 0.18 | 349.12 | 0.87 | 0.44 |
| Hex | D0 | F | 32 | 0 | 5D | 4C | 12 | 15D | 57 | 2C |
| Octal | 320 | 17 | 62 | 0 | 135 | 114 | 22 | 535 | 127 | 54 |
| Binary | 11010000 | 1111 | 110010 | 0 | 1011101 | 1001100 | 10010 | 101011101 | 1010111 | 101100 |
Color Harmonies of #D00F32
Complementary color
Monochromatic Colors of #D00F32
Black with #D00F32
Text Example
Text Example
White with #D00F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F32; }
p { color: rgb(208,15,50); }
H1.HeaderClassName
{
color: #D00F32;
}
.AnyTagClassName
{
color: #D00F32;
}
</style>
background-color css
<style>
a { background-color: #D00F32; }
a { background-color: rgb(208,15,50); }
div.DivClassName
{
background-color: #D00F32;
}
.BgClassName
{
background-color: #D00F32;
}
</style>
border-color css
<style>
span { border-color: #D00F32; }
span { border-color: rgb(208,15,50); }
td.TdClassName
{
border-color: #D00F32;
}
.TagClassName
{
border-color: #D00F32;
}
</style>