Shades of Crimson #D91445
Tints of Crimson #D91445
RGB
CMYK
RGB Variations
Color information
#D91445 (or 0xD91445) is known color: Crimson. HEX triplet: D9, 14 and 45. RGB value is (217,20,69). Sum of RGB (Red+Green+Blue) = 217+20+69=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D91445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91445 is #26EBBA. Grayscale: #545454. Windows color (decimal): -2550715 or 4527321. OLE color: 4527321.
HSL color Cylindrical-coordinate representation of color #D91445: hue angle of 345.08º 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 #D91445 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 69 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.15 |
| HSL | 345.08º | 0.83% | 0.46% | - |
| HSV(B) | 345.08º | 0.91% | 0.85% | - |
| XYZ | 29.94 | 15.68 | 7.08 | - |
| YUV | 84.49 | 119.27 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 69 | 0 | 0.91 | 0.68 | 0.15 | 345.08 | 0.83 | 0.46 |
| Hex | D9 | 14 | 45 | 0 | 5B | 44 | F | 159 | 53 | 2E |
| Octal | 331 | 24 | 105 | 0 | 133 | 104 | 17 | 531 | 123 | 56 |
| Binary | 11011001 | 10100 | 1000101 | 0 | 1011011 | 1000100 | 1111 | 101011001 | 1010011 | 101110 |
Color Harmonies of #D91445
Complementary color
Monochromatic Colors of #D91445
Black with #D91445
Text Example
Text Example
White with #D91445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91445; }
p { color: rgb(217,20,69); }
H1.HeaderClassName
{
color: #D91445;
}
.AnyTagClassName
{
color: #D91445;
}
</style>
background-color css
<style>
a { background-color: #D91445; }
a { background-color: rgb(217,20,69); }
div.DivClassName
{
background-color: #D91445;
}
.BgClassName
{
background-color: #D91445;
}
</style>
border-color css
<style>
span { border-color: #D91445; }
span { border-color: rgb(217,20,69); }
td.TdClassName
{
border-color: #D91445;
}
.TagClassName
{
border-color: #D91445;
}
</style>