Shades of Crimson #D91E3C
Tints of Crimson #D91E3C
RGB
CMYK
RGB Variations
Color information
#D91E3C (or 0xD91E3C) is known color: Crimson. HEX triplet: D9, 1E and 3C. RGB value is (217,30,60). Sum of RGB (Red+Green+Blue) = 217+30+60=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91E3C is #26E1C3. Grayscale: #595959. Windows color (decimal): -2548164 or 3940057. OLE color: 3940057.
HSL color Cylindrical-coordinate representation of color #D91E3C: hue angle of 350.37º 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 #D91E3C is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 30 | 60 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.15 |
| HSL | 350.37º | 0.76% | 0.48% | - |
| HSV(B) | 350.37º | 0.86% | 0.85% | - |
| XYZ | 29.9 | 16.01 | 5.79 | - |
| YUV | 89.33 | 111.45 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 60 | 0 | 0.86 | 0.72 | 0.15 | 350.37 | 0.76 | 0.48 |
| Hex | D9 | 1E | 3C | 0 | 56 | 48 | F | 15E | 4C | 30 |
| Octal | 331 | 36 | 74 | 0 | 126 | 110 | 17 | 536 | 114 | 60 |
| Binary | 11011001 | 11110 | 111100 | 0 | 1010110 | 1001000 | 1111 | 101011110 | 1001100 | 110000 |
Color Harmonies of #D91E3C
Complementary color
Monochromatic Colors of #D91E3C
Black with #D91E3C
Text Example
Text Example
White with #D91E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91E3C; }
p { color: rgb(217,30,60); }
H1.HeaderClassName
{
color: #D91E3C;
}
.AnyTagClassName
{
color: #D91E3C;
}
</style>
background-color css
<style>
a { background-color: #D91E3C; }
a { background-color: rgb(217,30,60); }
div.DivClassName
{
background-color: #D91E3C;
}
.BgClassName
{
background-color: #D91E3C;
}
</style>
border-color css
<style>
span { border-color: #D91E3C; }
span { border-color: rgb(217,30,60); }
td.TdClassName
{
border-color: #D91E3C;
}
.TagClassName
{
border-color: #D91E3C;
}
</style>