Shades of Crimson #D8002F
Tints of Crimson #D8002F
RGB
CMYK
RGB Variations
Color information
#D8002F (or 0xD8002F) is known color: Crimson. HEX triplet: D8, 00 and 2F. RGB value is (216,0,47). Sum of RGB (Red+Green+Blue) = 216+0+47=263 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.13% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 216 - color contains mainly: red. Hex color #D8002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8002F is #27FFD0. Grayscale: #454545. Windows color (decimal): -2621393 or 3080408. OLE color: 3080408.
HSL color Cylindrical-coordinate representation of color #D8002F: hue angle of 346.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8002F is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.78 | 0.15 |
| HSL | 346.94º | 1% | 0.42% | - |
| HSV(B) | 346.94º | 1% | 0.85% | - |
| XYZ | 28.83 | 14.8 | 4.03 | - |
| YUV | 69.94 | 115.06 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 47 | 0 | 1 | 0.78 | 0.15 | 346.94 | 1 | 0.42 |
| Hex | D8 | 0 | 2F | 0 | 64 | 4E | F | 15B | 64 | 2A |
| Octal | 330 | 0 | 57 | 0 | 144 | 116 | 17 | 533 | 144 | 52 |
| Binary | 11011000 | 0 | 101111 | 0 | 1100100 | 1001110 | 1111 | 101011011 | 1100100 | 101010 |
Color Harmonies of #D8002F
Complementary color
Monochromatic Colors of #D8002F
Black with #D8002F
Text Example
Text Example
White with #D8002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8002F; }
p { color: rgb(216,0,47); }
H1.HeaderClassName
{
color: #D8002F;
}
.AnyTagClassName
{
color: #D8002F;
}
</style>
background-color css
<style>
a { background-color: #D8002F; }
a { background-color: rgb(216,0,47); }
div.DivClassName
{
background-color: #D8002F;
}
.BgClassName
{
background-color: #D8002F;
}
</style>
border-color css
<style>
span { border-color: #D8002F; }
span { border-color: rgb(216,0,47); }
td.TdClassName
{
border-color: #D8002F;
}
.TagClassName
{
border-color: #D8002F;
}
</style>