Shades of Crimson #D91D36
Tints of Crimson #D91D36
RGB
CMYK
RGB Variations
Color information
#D91D36 (or 0xD91D36) is known color: Crimson. HEX triplet: D9, 1D and 36. RGB value is (217,29,54). Sum of RGB (Red+Green+Blue) = 217+29+54=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91D36 is #26E2C9. Grayscale: #585858. Windows color (decimal): -2548426 or 3546585. OLE color: 3546585.
HSL color Cylindrical-coordinate representation of color #D91D36: hue angle of 352.02º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91D36 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 54 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.15 |
| HSL | 352.02º | 0.76% | 0.48% | - |
| HSV(B) | 352.02º | 0.87% | 0.85% | - |
| XYZ | 29.72 | 15.9 | 4.99 | - |
| YUV | 88.06 | 108.78 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 54 | 0 | 0.87 | 0.75 | 0.15 | 352.02 | 0.76 | 0.48 |
| Hex | D9 | 1D | 36 | 0 | 57 | 4B | F | 160 | 4C | 30 |
| Octal | 331 | 35 | 66 | 0 | 127 | 113 | 17 | 540 | 114 | 60 |
| Binary | 11011001 | 11101 | 110110 | 0 | 1010111 | 1001011 | 1111 | 101100000 | 1001100 | 110000 |
Color Harmonies of #D91D36
Complementary color
Monochromatic Colors of #D91D36
Black with #D91D36
Text Example
Text Example
White with #D91D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91D36; }
p { color: rgb(217,29,54); }
H1.HeaderClassName
{
color: #D91D36;
}
.AnyTagClassName
{
color: #D91D36;
}
</style>
background-color css
<style>
a { background-color: #D91D36; }
a { background-color: rgb(217,29,54); }
div.DivClassName
{
background-color: #D91D36;
}
.BgClassName
{
background-color: #D91D36;
}
</style>
border-color css
<style>
span { border-color: #D91D36; }
span { border-color: rgb(217,29,54); }
td.TdClassName
{
border-color: #D91D36;
}
.TagClassName
{
border-color: #D91D36;
}
</style>