Shades of Crimson #D9153B
Tints of Crimson #D9153B
RGB
CMYK
RGB Variations
Color information
#D9153B (or 0xD9153B) is known color: Crimson. HEX triplet: D9, 15 and 3B. RGB value is (217,21,59). Sum of RGB (Red+Green+Blue) = 217+21+59=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D9153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9153B is #26EAC4. Grayscale: #535353. Windows color (decimal): -2550469 or 3872217. OLE color: 3872217.
HSL color Cylindrical-coordinate representation of color #D9153B: hue angle of 348.37º 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 #D9153B is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 59 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.15 |
| HSL | 348.37º | 0.82% | 0.47% | - |
| HSV(B) | 348.37º | 0.9% | 0.85% | - |
| XYZ | 29.67 | 15.6 | 5.59 | - |
| YUV | 83.94 | 113.93 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 59 | 0 | 0.90 | 0.73 | 0.15 | 348.37 | 0.82 | 0.47 |
| Hex | D9 | 15 | 3B | 0 | 5A | 49 | F | 15C | 52 | 2F |
| Octal | 331 | 25 | 73 | 0 | 132 | 111 | 17 | 534 | 122 | 57 |
| Binary | 11011001 | 10101 | 111011 | 0 | 1011010 | 1001001 | 1111 | 101011100 | 1010010 | 101111 |
Color Harmonies of #D9153B
Complementary color
Monochromatic Colors of #D9153B
Black with #D9153B
Text Example
Text Example
White with #D9153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9153B; }
p { color: rgb(217,21,59); }
H1.HeaderClassName
{
color: #D9153B;
}
.AnyTagClassName
{
color: #D9153B;
}
</style>
background-color css
<style>
a { background-color: #D9153B; }
a { background-color: rgb(217,21,59); }
div.DivClassName
{
background-color: #D9153B;
}
.BgClassName
{
background-color: #D9153B;
}
</style>
border-color css
<style>
span { border-color: #D9153B; }
span { border-color: rgb(217,21,59); }
td.TdClassName
{
border-color: #D9153B;
}
.TagClassName
{
border-color: #D9153B;
}
</style>