Shades of Crimson #D9022C
Tints of Crimson #D9022C
RGB
CMYK
RGB Variations
Color information
#D9022C (or 0xD9022C) is known color: Crimson. HEX triplet: D9, 02 and 2C. RGB value is (217,2,44). Sum of RGB (Red+Green+Blue) = 217+2+44=263 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.51% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 217 - color contains mainly: red. Hex color #D9022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9022C is #26FDD3. Grayscale: #474747. Windows color (decimal): -2555348 or 2884313. OLE color: 2884313.
HSL color Cylindrical-coordinate representation of color #D9022C: hue angle of 348.28º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9022C is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.15 |
| HSL | 348.28º | 0.98% | 0.43% | - |
| HSV(B) | 348.28º | 0.99% | 0.85% | - |
| XYZ | 29.09 | 14.98 | 3.74 | - |
| YUV | 71.07 | 112.73 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 44 | 0 | 0.99 | 0.80 | 0.15 | 348.28 | 0.98 | 0.43 |
| Hex | D9 | 2 | 2C | 0 | 63 | 50 | F | 15C | 62 | 2B |
| Octal | 331 | 2 | 54 | 0 | 143 | 120 | 17 | 534 | 142 | 53 |
| Binary | 11011001 | 10 | 101100 | 0 | 1100011 | 1010000 | 1111 | 101011100 | 1100010 | 101011 |
Color Harmonies of #D9022C
Complementary color
Monochromatic Colors of #D9022C
Black with #D9022C
Text Example
Text Example
White with #D9022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9022C; }
p { color: rgb(217,2,44); }
H1.HeaderClassName
{
color: #D9022C;
}
.AnyTagClassName
{
color: #D9022C;
}
</style>
background-color css
<style>
a { background-color: #D9022C; }
a { background-color: rgb(217,2,44); }
div.DivClassName
{
background-color: #D9022C;
}
.BgClassName
{
background-color: #D9022C;
}
</style>
border-color css
<style>
span { border-color: #D9022C; }
span { border-color: rgb(217,2,44); }
td.TdClassName
{
border-color: #D9022C;
}
.TagClassName
{
border-color: #D9022C;
}
</style>