Shades of Crimson #D91435
Tints of Crimson #D91435
RGB
CMYK
RGB Variations
Color information
#D91435 (or 0xD91435) is known color: Crimson. HEX triplet: D9, 14 and 35. RGB value is (217,20,53). Sum of RGB (Red+Green+Blue) = 217+20+53=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D91435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91435 is #26EBCA. Grayscale: #525252. Windows color (decimal): -2550731 or 3478745. OLE color: 3478745.
HSL color Cylindrical-coordinate representation of color #D91435: hue angle of 349.95º degrees, saturation: 0.83, 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 #D91435 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 53 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.15 |
| HSL | 349.95º | 0.83% | 0.46% | - |
| HSV(B) | 349.95º | 0.91% | 0.85% | - |
| XYZ | 29.51 | 15.51 | 4.81 | - |
| YUV | 82.67 | 111.27 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 53 | 0 | 0.91 | 0.76 | 0.15 | 349.95 | 0.83 | 0.46 |
| Hex | D9 | 14 | 35 | 0 | 5B | 4C | F | 15E | 53 | 2E |
| Octal | 331 | 24 | 65 | 0 | 133 | 114 | 17 | 536 | 123 | 56 |
| Binary | 11011001 | 10100 | 110101 | 0 | 1011011 | 1001100 | 1111 | 101011110 | 1010011 | 101110 |
Color Harmonies of #D91435
Complementary color
Monochromatic Colors of #D91435
Black with #D91435
Text Example
Text Example
White with #D91435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91435; }
p { color: rgb(217,20,53); }
H1.HeaderClassName
{
color: #D91435;
}
.AnyTagClassName
{
color: #D91435;
}
</style>
background-color css
<style>
a { background-color: #D91435; }
a { background-color: rgb(217,20,53); }
div.DivClassName
{
background-color: #D91435;
}
.BgClassName
{
background-color: #D91435;
}
</style>
border-color css
<style>
span { border-color: #D91435; }
span { border-color: rgb(217,20,53); }
td.TdClassName
{
border-color: #D91435;
}
.TagClassName
{
border-color: #D91435;
}
</style>