Shades of Crimson #D91A2F
Tints of Crimson #D91A2F
RGB
CMYK
RGB Variations
Color information
#D91A2F (or 0xD91A2F) is known color: Crimson. HEX triplet: D9, 1A and 2F. RGB value is (217,26,47). Sum of RGB (Red+Green+Blue) = 217+26+47=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91A2F is #26E5D0. Grayscale: #555555. Windows color (decimal): -2549201 or 3087065. OLE color: 3087065.
HSL color Cylindrical-coordinate representation of color #D91A2F: hue angle of 353.4º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91A2F is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 26 | 47 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.15 |
| HSL | 353.4º | 0.79% | 0.48% | - |
| HSV(B) | 353.4º | 0.88% | 0.85% | - |
| XYZ | 29.5 | 15.7 | 4.16 | - |
| YUV | 85.5 | 106.28 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 26 | 47 | 0 | 0.88 | 0.78 | 0.15 | 353.4 | 0.79 | 0.48 |
| Hex | D9 | 1A | 2F | 0 | 58 | 4E | F | 161 | 4F | 30 |
| Octal | 331 | 32 | 57 | 0 | 130 | 116 | 17 | 541 | 117 | 60 |
| Binary | 11011001 | 11010 | 101111 | 0 | 1011000 | 1001110 | 1111 | 101100001 | 1001111 | 110000 |
Color Harmonies of #D91A2F
Complementary color
Monochromatic Colors of #D91A2F
Black with #D91A2F
Text Example
Text Example
White with #D91A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91A2F; }
p { color: rgb(217,26,47); }
H1.HeaderClassName
{
color: #D91A2F;
}
.AnyTagClassName
{
color: #D91A2F;
}
</style>
background-color css
<style>
a { background-color: #D91A2F; }
a { background-color: rgb(217,26,47); }
div.DivClassName
{
background-color: #D91A2F;
}
.BgClassName
{
background-color: #D91A2F;
}
</style>
border-color css
<style>
span { border-color: #D91A2F; }
span { border-color: rgb(217,26,47); }
td.TdClassName
{
border-color: #D91A2F;
}
.TagClassName
{
border-color: #D91A2F;
}
</style>