Shades of Crimson #D9182E
Tints of Crimson #D9182E
RGB
CMYK
RGB Variations
Color information
#D9182E (or 0xD9182E) is known color: Crimson. HEX triplet: D9, 18 and 2E. RGB value is (217,24,46). Sum of RGB (Red+Green+Blue) = 217+24+46=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D9182E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9182E is #26E7D1. Grayscale: #545454. Windows color (decimal): -2549714 or 3021017. OLE color: 3021017.
HSL color Cylindrical-coordinate representation of color #D9182E: hue angle of 353.16º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9182E is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 46 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.15 |
| HSL | 353.16º | 0.8% | 0.47% | - |
| HSV(B) | 353.16º | 0.89% | 0.85% | - |
| XYZ | 29.44 | 15.6 | 4.04 | - |
| YUV | 84.22 | 106.44 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 46 | 0 | 0.89 | 0.79 | 0.15 | 353.16 | 0.8 | 0.47 |
| Hex | D9 | 18 | 2E | 0 | 59 | 4F | F | 161 | 50 | 2F |
| Octal | 331 | 30 | 56 | 0 | 131 | 117 | 17 | 541 | 120 | 57 |
| Binary | 11011001 | 11000 | 101110 | 0 | 1011001 | 1001111 | 1111 | 101100001 | 1010000 | 101111 |
Color Harmonies of #D9182E
Complementary color
Monochromatic Colors of #D9182E
Black with #D9182E
Text Example
Text Example
White with #D9182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9182E; }
p { color: rgb(217,24,46); }
H1.HeaderClassName
{
color: #D9182E;
}
.AnyTagClassName
{
color: #D9182E;
}
</style>
background-color css
<style>
a { background-color: #D9182E; }
a { background-color: rgb(217,24,46); }
div.DivClassName
{
background-color: #D9182E;
}
.BgClassName
{
background-color: #D9182E;
}
</style>
border-color css
<style>
span { border-color: #D9182E; }
span { border-color: rgb(217,24,46); }
td.TdClassName
{
border-color: #D9182E;
}
.TagClassName
{
border-color: #D9182E;
}
</style>