Shades of Crimson #D91B3E
Tints of Crimson #D91B3E
RGB
CMYK
RGB Variations
Color information
#D91B3E (or 0xD91B3E) is known color: Crimson. HEX triplet: D9, 1B and 3E. RGB value is (217,27,62). Sum of RGB (Red+Green+Blue) = 217+27+62=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91B3E is #26E4C1. Grayscale: #575757. Windows color (decimal): -2548930 or 4070361. OLE color: 4070361.
HSL color Cylindrical-coordinate representation of color #D91B3E: hue angle of 348.95º degrees, saturation: 0.78, 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 #D91B3E is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 27 | 62 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.15 |
| HSL | 348.95º | 0.78% | 0.48% | - |
| HSV(B) | 348.95º | 0.88% | 0.85% | - |
| XYZ | 29.88 | 15.88 | 6.05 | - |
| YUV | 87.8 | 113.45 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 62 | 0 | 0.88 | 0.71 | 0.15 | 348.95 | 0.78 | 0.48 |
| Hex | D9 | 1B | 3E | 0 | 58 | 47 | F | 15D | 4E | 30 |
| Octal | 331 | 33 | 76 | 0 | 130 | 107 | 17 | 535 | 116 | 60 |
| Binary | 11011001 | 11011 | 111110 | 0 | 1011000 | 1000111 | 1111 | 101011101 | 1001110 | 110000 |
Color Harmonies of #D91B3E
Complementary color
Monochromatic Colors of #D91B3E
Black with #D91B3E
Text Example
Text Example
White with #D91B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91B3E; }
p { color: rgb(217,27,62); }
H1.HeaderClassName
{
color: #D91B3E;
}
.AnyTagClassName
{
color: #D91B3E;
}
</style>
background-color css
<style>
a { background-color: #D91B3E; }
a { background-color: rgb(217,27,62); }
div.DivClassName
{
background-color: #D91B3E;
}
.BgClassName
{
background-color: #D91B3E;
}
</style>
border-color css
<style>
span { border-color: #D91B3E; }
span { border-color: rgb(217,27,62); }
td.TdClassName
{
border-color: #D91B3E;
}
.TagClassName
{
border-color: #D91B3E;
}
</style>