Shades of Crimson #D9153E
Tints of Crimson #D9153E
RGB
CMYK
RGB Variations
Color information
#D9153E (or 0xD9153E) is known color: Crimson. HEX triplet: D9, 15 and 3E. RGB value is (217,21,62). Sum of RGB (Red+Green+Blue) = 217+21+62=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D9153E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9153E is #26EAC1. Grayscale: #545454. Windows color (decimal): -2550466 or 4068825. OLE color: 4068825.
HSL color Cylindrical-coordinate representation of color #D9153E: hue angle of 347.45º 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 #D9153E is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 62 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.15 |
| HSL | 347.45º | 0.82% | 0.47% | - |
| HSV(B) | 347.45º | 0.9% | 0.85% | - |
| XYZ | 29.75 | 15.64 | 6.01 | - |
| YUV | 84.28 | 115.43 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 62 | 0 | 0.90 | 0.71 | 0.15 | 347.45 | 0.82 | 0.47 |
| Hex | D9 | 15 | 3E | 0 | 5A | 47 | F | 15B | 52 | 2F |
| Octal | 331 | 25 | 76 | 0 | 132 | 107 | 17 | 533 | 122 | 57 |
| Binary | 11011001 | 10101 | 111110 | 0 | 1011010 | 1000111 | 1111 | 101011011 | 1010010 | 101111 |
Color Harmonies of #D9153E
Complementary color
Monochromatic Colors of #D9153E
Black with #D9153E
Text Example
Text Example
White with #D9153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9153E; }
p { color: rgb(217,21,62); }
H1.HeaderClassName
{
color: #D9153E;
}
.AnyTagClassName
{
color: #D9153E;
}
</style>
background-color css
<style>
a { background-color: #D9153E; }
a { background-color: rgb(217,21,62); }
div.DivClassName
{
background-color: #D9153E;
}
.BgClassName
{
background-color: #D9153E;
}
</style>
border-color css
<style>
span { border-color: #D9153E; }
span { border-color: rgb(217,21,62); }
td.TdClassName
{
border-color: #D9153E;
}
.TagClassName
{
border-color: #D9153E;
}
</style>