Shades of Crimson #D91334
Tints of Crimson #D91334
RGB
CMYK
RGB Variations
Color information
#D91334 (or 0xD91334) is known color: Crimson. HEX triplet: D9, 13 and 34. RGB value is (217,19,52). Sum of RGB (Red+Green+Blue) = 217+19+52=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D91334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91334 is #26ECCB. Grayscale: #525252. Windows color (decimal): -2550988 or 3412953. OLE color: 3412953.
HSL color Cylindrical-coordinate representation of color #D91334: hue angle of 350º 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 #D91334 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 52 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.15 |
| HSL | 350º | 0.84% | 0.46% | - |
| HSV(B) | 350º | 0.91% | 0.85% | - |
| XYZ | 29.47 | 15.47 | 4.68 | - |
| YUV | 81.96 | 111.1 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 52 | 0 | 0.91 | 0.76 | 0.15 | 350 | 0.84 | 0.46 |
| Hex | D9 | 13 | 34 | 0 | 5B | 4C | F | 15E | 54 | 2E |
| Octal | 331 | 23 | 64 | 0 | 133 | 114 | 17 | 536 | 124 | 56 |
| Binary | 11011001 | 10011 | 110100 | 0 | 1011011 | 1001100 | 1111 | 101011110 | 1010100 | 101110 |
Color Harmonies of #D91334
Complementary color
Monochromatic Colors of #D91334
Black with #D91334
Text Example
Text Example
White with #D91334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91334; }
p { color: rgb(217,19,52); }
H1.HeaderClassName
{
color: #D91334;
}
.AnyTagClassName
{
color: #D91334;
}
</style>
background-color css
<style>
a { background-color: #D91334; }
a { background-color: rgb(217,19,52); }
div.DivClassName
{
background-color: #D91334;
}
.BgClassName
{
background-color: #D91334;
}
</style>
border-color css
<style>
span { border-color: #D91334; }
span { border-color: rgb(217,19,52); }
td.TdClassName
{
border-color: #D91334;
}
.TagClassName
{
border-color: #D91334;
}
</style>