Shades of Crimson #D9002C
Tints of Crimson #D9002C
RGB
CMYK
RGB Variations
Color information
#D9002C (or 0xD9002C) is known color: Crimson. HEX triplet: D9, 00 and 2C. RGB value is (217,0,44). Sum of RGB (Red+Green+Blue) = 217+0+44=261 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.14% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 217 - color contains mainly: red. Hex color #D9002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9002C is #26FFD3. Grayscale: #454545. Windows color (decimal): -2555860 or 2883801. OLE color: 2883801.
HSL color Cylindrical-coordinate representation of color #D9002C: hue angle of 347.83º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9002C is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.80 | 0.15 |
| HSL | 347.83º | 1% | 0.43% | - |
| HSV(B) | 347.83º | 1% | 0.85% | - |
| XYZ | 29.07 | 14.93 | 3.73 | - |
| YUV | 69.9 | 113.39 | 232.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 44 | 0 | 1 | 0.80 | 0.15 | 347.83 | 1 | 0.43 |
| Hex | D9 | 0 | 2C | 0 | 64 | 50 | F | 15C | 64 | 2B |
| Octal | 331 | 0 | 54 | 0 | 144 | 120 | 17 | 534 | 144 | 53 |
| Binary | 11011001 | 0 | 101100 | 0 | 1100100 | 1010000 | 1111 | 101011100 | 1100100 | 101011 |
Color Harmonies of #D9002C
Complementary color
Monochromatic Colors of #D9002C
Black with #D9002C
Text Example
Text Example
White with #D9002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9002C; }
p { color: rgb(217,0,44); }
H1.HeaderClassName
{
color: #D9002C;
}
.AnyTagClassName
{
color: #D9002C;
}
</style>
background-color css
<style>
a { background-color: #D9002C; }
a { background-color: rgb(217,0,44); }
div.DivClassName
{
background-color: #D9002C;
}
.BgClassName
{
background-color: #D9002C;
}
</style>
border-color css
<style>
span { border-color: #D9002C; }
span { border-color: rgb(217,0,44); }
td.TdClassName
{
border-color: #D9002C;
}
.TagClassName
{
border-color: #D9002C;
}
</style>