Shades of Crimson #D91634
Tints of Crimson #D91634
RGB
CMYK
RGB Variations
Color information
#D91634 (or 0xD91634) is known color: Crimson. HEX triplet: D9, 16 and 34. RGB value is (217,22,52). Sum of RGB (Red+Green+Blue) = 217+22+52=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D91634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91634 is #26E9CB. Grayscale: #535353. Windows color (decimal): -2550220 or 3413721. OLE color: 3413721.
HSL color Cylindrical-coordinate representation of color #D91634: hue angle of 350.77º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91634 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 52 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.15 |
| HSL | 350.77º | 0.82% | 0.47% | - |
| HSV(B) | 350.77º | 0.9% | 0.85% | - |
| XYZ | 29.52 | 15.57 | 4.7 | - |
| YUV | 83.73 | 110.1 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 52 | 0 | 0.90 | 0.76 | 0.15 | 350.77 | 0.82 | 0.47 |
| Hex | D9 | 16 | 34 | 0 | 5A | 4C | F | 15F | 52 | 2F |
| Octal | 331 | 26 | 64 | 0 | 132 | 114 | 17 | 537 | 122 | 57 |
| Binary | 11011001 | 10110 | 110100 | 0 | 1011010 | 1001100 | 1111 | 101011111 | 1010010 | 101111 |
Color Harmonies of #D91634
Complementary color
Monochromatic Colors of #D91634
Black with #D91634
Text Example
Text Example
White with #D91634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91634; }
p { color: rgb(217,22,52); }
H1.HeaderClassName
{
color: #D91634;
}
.AnyTagClassName
{
color: #D91634;
}
</style>
background-color css
<style>
a { background-color: #D91634; }
a { background-color: rgb(217,22,52); }
div.DivClassName
{
background-color: #D91634;
}
.BgClassName
{
background-color: #D91634;
}
</style>
border-color css
<style>
span { border-color: #D91634; }
span { border-color: rgb(217,22,52); }
td.TdClassName
{
border-color: #D91634;
}
.TagClassName
{
border-color: #D91634;
}
</style>