Shades of Crimson #D91545
Tints of Crimson #D91545
RGB
CMYK
RGB Variations
Color information
#D91545 (or 0xD91545) is known color: Crimson. HEX triplet: D9, 15 and 45. RGB value is (217,21,69). Sum of RGB (Red+Green+Blue) = 217+21+69=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D91545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91545 is #26EABA. Grayscale: #555555. Windows color (decimal): -2550459 or 4527577. OLE color: 4527577.
HSL color Cylindrical-coordinate representation of color #D91545: hue angle of 345.31º 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 #D91545 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 69 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.15 |
| HSL | 345.31º | 0.82% | 0.47% | - |
| HSV(B) | 345.31º | 0.9% | 0.85% | - |
| XYZ | 29.96 | 15.72 | 7.09 | - |
| YUV | 85.08 | 118.93 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 69 | 0 | 0.90 | 0.68 | 0.15 | 345.31 | 0.82 | 0.47 |
| Hex | D9 | 15 | 45 | 0 | 5A | 44 | F | 159 | 52 | 2F |
| Octal | 331 | 25 | 105 | 0 | 132 | 104 | 17 | 531 | 122 | 57 |
| Binary | 11011001 | 10101 | 1000101 | 0 | 1011010 | 1000100 | 1111 | 101011001 | 1010010 | 101111 |
Color Harmonies of #D91545
Complementary color
Monochromatic Colors of #D91545
Black with #D91545
Text Example
Text Example
White with #D91545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91545; }
p { color: rgb(217,21,69); }
H1.HeaderClassName
{
color: #D91545;
}
.AnyTagClassName
{
color: #D91545;
}
</style>
background-color css
<style>
a { background-color: #D91545; }
a { background-color: rgb(217,21,69); }
div.DivClassName
{
background-color: #D91545;
}
.BgClassName
{
background-color: #D91545;
}
</style>
border-color css
<style>
span { border-color: #D91545; }
span { border-color: rgb(217,21,69); }
td.TdClassName
{
border-color: #D91545;
}
.TagClassName
{
border-color: #D91545;
}
</style>