Shades of Crimson #D91336
Tints of Crimson #D91336
RGB
CMYK
RGB Variations
Color information
#D91336 (or 0xD91336) is known color: Crimson. HEX triplet: D9, 13 and 36. RGB value is (217,19,54). Sum of RGB (Red+Green+Blue) = 217+19+54=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D91336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91336 is #26ECC9. Grayscale: #525252. Windows color (decimal): -2550986 or 3544025. OLE color: 3544025.
HSL color Cylindrical-coordinate representation of color #D91336: hue angle of 349.39º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91336 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 54 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.15 |
| HSL | 349.39º | 0.84% | 0.46% | - |
| HSV(B) | 349.39º | 0.91% | 0.85% | - |
| XYZ | 29.51 | 15.48 | 4.92 | - |
| YUV | 82.19 | 112.1 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 54 | 0 | 0.91 | 0.75 | 0.15 | 349.39 | 0.84 | 0.46 |
| Hex | D9 | 13 | 36 | 0 | 5B | 4B | F | 15D | 54 | 2E |
| Octal | 331 | 23 | 66 | 0 | 133 | 113 | 17 | 535 | 124 | 56 |
| Binary | 11011001 | 10011 | 110110 | 0 | 1011011 | 1001011 | 1111 | 101011101 | 1010100 | 101110 |
Color Harmonies of #D91336
Complementary color
Monochromatic Colors of #D91336
Black with #D91336
Text Example
Text Example
White with #D91336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91336; }
p { color: rgb(217,19,54); }
H1.HeaderClassName
{
color: #D91336;
}
.AnyTagClassName
{
color: #D91336;
}
</style>
background-color css
<style>
a { background-color: #D91336; }
a { background-color: rgb(217,19,54); }
div.DivClassName
{
background-color: #D91336;
}
.BgClassName
{
background-color: #D91336;
}
</style>
border-color css
<style>
span { border-color: #D91336; }
span { border-color: rgb(217,19,54); }
td.TdClassName
{
border-color: #D91336;
}
.TagClassName
{
border-color: #D91336;
}
</style>