Shades of Crimson #D9022F
Tints of Crimson #D9022F
RGB
CMYK
RGB Variations
Color information
#D9022F (or 0xD9022F) is known color: Crimson. HEX triplet: D9, 02 and 2F. RGB value is (217,2,47). Sum of RGB (Red+Green+Blue) = 217+2+47=266 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.58% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 217 - color contains mainly: red. Hex color #D9022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9022F is #26FDD0. Grayscale: #474747. Windows color (decimal): -2555345 or 3080921. OLE color: 3080921.
HSL color Cylindrical-coordinate representation of color #D9022F: hue angle of 347.44º 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 #D9022F is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.15 |
| HSL | 347.44º | 0.98% | 0.43% | - |
| HSV(B) | 347.44º | 0.99% | 0.85% | - |
| XYZ | 29.15 | 15 | 4.05 | - |
| YUV | 71.42 | 114.23 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 47 | 0 | 0.99 | 0.78 | 0.15 | 347.44 | 0.98 | 0.43 |
| Hex | D9 | 2 | 2F | 0 | 63 | 4E | F | 15B | 62 | 2B |
| Octal | 331 | 2 | 57 | 0 | 143 | 116 | 17 | 533 | 142 | 53 |
| Binary | 11011001 | 10 | 101111 | 0 | 1100011 | 1001110 | 1111 | 101011011 | 1100010 | 101011 |
Color Harmonies of #D9022F
Complementary color
Monochromatic Colors of #D9022F
Black with #D9022F
Text Example
Text Example
White with #D9022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9022F; }
p { color: rgb(217,2,47); }
H1.HeaderClassName
{
color: #D9022F;
}
.AnyTagClassName
{
color: #D9022F;
}
</style>
background-color css
<style>
a { background-color: #D9022F; }
a { background-color: rgb(217,2,47); }
div.DivClassName
{
background-color: #D9022F;
}
.BgClassName
{
background-color: #D9022F;
}
</style>
border-color css
<style>
span { border-color: #D9022F; }
span { border-color: rgb(217,2,47); }
td.TdClassName
{
border-color: #D9022F;
}
.TagClassName
{
border-color: #D9022F;
}
</style>