Shades of Crimson #D91635
Tints of Crimson #D91635
RGB
CMYK
RGB Variations
Color information
#D91635 (or 0xD91635) is known color: Crimson. HEX triplet: D9, 16 and 35. RGB value is (217,22,53). Sum of RGB (Red+Green+Blue) = 217+22+53=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D91635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91635 is #26E9CA. Grayscale: #535353. Windows color (decimal): -2550219 or 3479257. OLE color: 3479257.
HSL color Cylindrical-coordinate representation of color #D91635: hue angle of 350.46º 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 #D91635 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 53 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.15 |
| HSL | 350.46º | 0.82% | 0.47% | - |
| HSV(B) | 350.46º | 0.9% | 0.85% | - |
| XYZ | 29.54 | 15.58 | 4.82 | - |
| YUV | 83.84 | 110.6 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 53 | 0 | 0.90 | 0.76 | 0.15 | 350.46 | 0.82 | 0.47 |
| Hex | D9 | 16 | 35 | 0 | 5A | 4C | F | 15E | 52 | 2F |
| Octal | 331 | 26 | 65 | 0 | 132 | 114 | 17 | 536 | 122 | 57 |
| Binary | 11011001 | 10110 | 110101 | 0 | 1011010 | 1001100 | 1111 | 101011110 | 1010010 | 101111 |
Color Harmonies of #D91635
Complementary color
Monochromatic Colors of #D91635
Black with #D91635
Text Example
Text Example
White with #D91635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91635; }
p { color: rgb(217,22,53); }
H1.HeaderClassName
{
color: #D91635;
}
.AnyTagClassName
{
color: #D91635;
}
</style>
background-color css
<style>
a { background-color: #D91635; }
a { background-color: rgb(217,22,53); }
div.DivClassName
{
background-color: #D91635;
}
.BgClassName
{
background-color: #D91635;
}
</style>
border-color css
<style>
span { border-color: #D91635; }
span { border-color: rgb(217,22,53); }
td.TdClassName
{
border-color: #D91635;
}
.TagClassName
{
border-color: #D91635;
}
</style>