Shades of Crimson #D00C2F
Tints of Crimson #D00C2F
RGB
CMYK
RGB Variations
Color information
#D00C2F (or 0xD00C2F) is known color: Crimson. HEX triplet: D0, 0C and 2F. RGB value is (208,12,47). Sum of RGB (Red+Green+Blue) = 208+12+47=267 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.90% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00C2F is #2FF3D0. Grayscale: #4A4A4A. Windows color (decimal): -3142609 or 3083472. OLE color: 3083472.
HSL color Cylindrical-coordinate representation of color #D00C2F: hue angle of 349.29º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00C2F is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 47 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.18 |
| HSL | 349.29º | 0.89% | 0.43% | - |
| HSV(B) | 349.29º | 0.94% | 0.82% | - |
| XYZ | 26.66 | 13.88 | 3.96 | - |
| YUV | 74.59 | 112.43 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 47 | 0 | 0.94 | 0.77 | 0.18 | 349.29 | 0.89 | 0.43 |
| Hex | D0 | C | 2F | 0 | 5E | 4D | 12 | 15D | 59 | 2B |
| Octal | 320 | 14 | 57 | 0 | 136 | 115 | 22 | 535 | 131 | 53 |
| Binary | 11010000 | 1100 | 101111 | 0 | 1011110 | 1001101 | 10010 | 101011101 | 1011001 | 101011 |
Color Harmonies of #D00C2F
Complementary color
Monochromatic Colors of #D00C2F
Black with #D00C2F
Text Example
Text Example
White with #D00C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00C2F; }
p { color: rgb(208,12,47); }
H1.HeaderClassName
{
color: #D00C2F;
}
.AnyTagClassName
{
color: #D00C2F;
}
</style>
background-color css
<style>
a { background-color: #D00C2F; }
a { background-color: rgb(208,12,47); }
div.DivClassName
{
background-color: #D00C2F;
}
.BgClassName
{
background-color: #D00C2F;
}
</style>
border-color css
<style>
span { border-color: #D00C2F; }
span { border-color: rgb(208,12,47); }
td.TdClassName
{
border-color: #D00C2F;
}
.TagClassName
{
border-color: #D00C2F;
}
</style>