Shades of Crimson #D91E3E
Tints of Crimson #D91E3E
RGB
CMYK
RGB Variations
Color information
#D91E3E (or 0xD91E3E) is known color: Crimson. HEX triplet: D9, 1E and 3E. RGB value is (217,30,62). Sum of RGB (Red+Green+Blue) = 217+30+62=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91E3E is #26E1C1. Grayscale: #595959. Windows color (decimal): -2548162 or 4071129. OLE color: 4071129.
HSL color Cylindrical-coordinate representation of color #D91E3E: hue angle of 349.73º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91E3E is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 30 | 62 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.15 |
| HSL | 349.73º | 0.76% | 0.48% | - |
| HSV(B) | 349.73º | 0.86% | 0.85% | - |
| XYZ | 29.95 | 16.03 | 6.07 | - |
| YUV | 89.56 | 112.45 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 62 | 0 | 0.86 | 0.71 | 0.15 | 349.73 | 0.76 | 0.48 |
| Hex | D9 | 1E | 3E | 0 | 56 | 47 | F | 15E | 4C | 30 |
| Octal | 331 | 36 | 76 | 0 | 126 | 107 | 17 | 536 | 114 | 60 |
| Binary | 11011001 | 11110 | 111110 | 0 | 1010110 | 1000111 | 1111 | 101011110 | 1001100 | 110000 |
Color Harmonies of #D91E3E
Complementary color
Monochromatic Colors of #D91E3E
Black with #D91E3E
Text Example
Text Example
White with #D91E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91E3E; }
p { color: rgb(217,30,62); }
H1.HeaderClassName
{
color: #D91E3E;
}
.AnyTagClassName
{
color: #D91E3E;
}
</style>
background-color css
<style>
a { background-color: #D91E3E; }
a { background-color: rgb(217,30,62); }
div.DivClassName
{
background-color: #D91E3E;
}
.BgClassName
{
background-color: #D91E3E;
}
</style>
border-color css
<style>
span { border-color: #D91E3E; }
span { border-color: rgb(217,30,62); }
td.TdClassName
{
border-color: #D91E3E;
}
.TagClassName
{
border-color: #D91E3E;
}
</style>