Shades of Crimson #D9042F
Tints of Crimson #D9042F
RGB
CMYK
RGB Variations
Color information
#D9042F (or 0xD9042F) is known color: Crimson. HEX triplet: D9, 04 and 2F. RGB value is (217,4,47). Sum of RGB (Red+Green+Blue) = 217+4+47=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D9042F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9042F is #26FBD0. Grayscale: #484848. Windows color (decimal): -2554833 or 3081433. OLE color: 3081433.
HSL color Cylindrical-coordinate representation of color #D9042F: hue angle of 347.89º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9042F is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 47 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.15 |
| HSL | 347.89º | 0.96% | 0.43% | - |
| HSV(B) | 347.89º | 0.98% | 0.85% | - |
| XYZ | 29.17 | 15.04 | 4.06 | - |
| YUV | 72.59 | 113.57 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 47 | 0 | 0.98 | 0.78 | 0.15 | 347.89 | 0.96 | 0.43 |
| Hex | D9 | 4 | 2F | 0 | 62 | 4E | F | 15C | 60 | 2B |
| Octal | 331 | 4 | 57 | 0 | 142 | 116 | 17 | 534 | 140 | 53 |
| Binary | 11011001 | 100 | 101111 | 0 | 1100010 | 1001110 | 1111 | 101011100 | 1100000 | 101011 |
Color Harmonies of #D9042F
Complementary color
Monochromatic Colors of #D9042F
Black with #D9042F
Text Example
Text Example
White with #D9042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9042F; }
p { color: rgb(217,4,47); }
H1.HeaderClassName
{
color: #D9042F;
}
.AnyTagClassName
{
color: #D9042F;
}
</style>
background-color css
<style>
a { background-color: #D9042F; }
a { background-color: rgb(217,4,47); }
div.DivClassName
{
background-color: #D9042F;
}
.BgClassName
{
background-color: #D9042F;
}
</style>
border-color css
<style>
span { border-color: #D9042F; }
span { border-color: rgb(217,4,47); }
td.TdClassName
{
border-color: #D9042F;
}
.TagClassName
{
border-color: #D9042F;
}
</style>