Shades of Crimson #D91441
Tints of Crimson #D91441
RGB
CMYK
RGB Variations
Color information
#D91441 (or 0xD91441) is known color: Crimson. HEX triplet: D9, 14 and 41. RGB value is (217,20,65). Sum of RGB (Red+Green+Blue) = 217+20+65=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D91441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91441 is #26EBBE. Grayscale: #545454. Windows color (decimal): -2550719 or 4265177. OLE color: 4265177.
HSL color Cylindrical-coordinate representation of color #D91441: hue angle of 346.29º 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 #D91441 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 65 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.15 |
| HSL | 346.29º | 0.83% | 0.46% | - |
| HSV(B) | 346.29º | 0.91% | 0.85% | - |
| XYZ | 29.82 | 15.63 | 6.45 | - |
| YUV | 84.03 | 117.27 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 65 | 0 | 0.91 | 0.70 | 0.15 | 346.29 | 0.83 | 0.46 |
| Hex | D9 | 14 | 41 | 0 | 5B | 46 | F | 15A | 53 | 2E |
| Octal | 331 | 24 | 101 | 0 | 133 | 106 | 17 | 532 | 123 | 56 |
| Binary | 11011001 | 10100 | 1000001 | 0 | 1011011 | 1000110 | 1111 | 101011010 | 1010011 | 101110 |
Color Harmonies of #D91441
Complementary color
Monochromatic Colors of #D91441
Black with #D91441
Text Example
Text Example
White with #D91441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91441; }
p { color: rgb(217,20,65); }
H1.HeaderClassName
{
color: #D91441;
}
.AnyTagClassName
{
color: #D91441;
}
</style>
background-color css
<style>
a { background-color: #D91441; }
a { background-color: rgb(217,20,65); }
div.DivClassName
{
background-color: #D91441;
}
.BgClassName
{
background-color: #D91441;
}
</style>
border-color css
<style>
span { border-color: #D91441; }
span { border-color: rgb(217,20,65); }
td.TdClassName
{
border-color: #D91441;
}
.TagClassName
{
border-color: #D91441;
}
</style>