Shades of Crimson #D9183D
Tints of Crimson #D9183D
RGB
CMYK
RGB Variations
Color information
#D9183D (or 0xD9183D) is known color: Crimson. HEX triplet: D9, 18 and 3D. RGB value is (217,24,61). Sum of RGB (Red+Green+Blue) = 217+24+61=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D9183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9183D is #26E7C2. Grayscale: #555555. Windows color (decimal): -2549699 or 4004057. OLE color: 4004057.
HSL color Cylindrical-coordinate representation of color #D9183D: hue angle of 348.5º 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 #D9183D is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 61 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.15 |
| HSL | 348.5º | 0.8% | 0.47% | - |
| HSV(B) | 348.5º | 0.89% | 0.85% | - |
| XYZ | 29.78 | 15.74 | 5.88 | - |
| YUV | 85.93 | 113.94 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 61 | 0 | 0.89 | 0.72 | 0.15 | 348.5 | 0.8 | 0.47 |
| Hex | D9 | 18 | 3D | 0 | 59 | 48 | F | 15C | 50 | 2F |
| Octal | 331 | 30 | 75 | 0 | 131 | 110 | 17 | 534 | 120 | 57 |
| Binary | 11011001 | 11000 | 111101 | 0 | 1011001 | 1001000 | 1111 | 101011100 | 1010000 | 101111 |
Color Harmonies of #D9183D
Complementary color
Monochromatic Colors of #D9183D
Black with #D9183D
Text Example
Text Example
White with #D9183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9183D; }
p { color: rgb(217,24,61); }
H1.HeaderClassName
{
color: #D9183D;
}
.AnyTagClassName
{
color: #D9183D;
}
</style>
background-color css
<style>
a { background-color: #D9183D; }
a { background-color: rgb(217,24,61); }
div.DivClassName
{
background-color: #D9183D;
}
.BgClassName
{
background-color: #D9183D;
}
</style>
border-color css
<style>
span { border-color: #D9183D; }
span { border-color: rgb(217,24,61); }
td.TdClassName
{
border-color: #D9183D;
}
.TagClassName
{
border-color: #D9183D;
}
</style>