Shades of Crimson #D9184D
Tints of Crimson #D9184D
RGB
CMYK
RGB Variations
Color information
#D9184D (or 0xD9184D) is known color: Crimson. HEX triplet: D9, 18 and 4D. RGB value is (217,24,77). Sum of RGB (Red+Green+Blue) = 217+24+77=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D9184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9184D is #26E7B2. Grayscale: #575757. Windows color (decimal): -2549683 or 5052633. OLE color: 5052633.
HSL color Cylindrical-coordinate representation of color #D9184D: hue angle of 343.52º 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 #D9184D is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 77 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.15 |
| HSL | 343.52º | 0.8% | 0.47% | - |
| HSV(B) | 343.52º | 0.89% | 0.85% | - |
| XYZ | 30.28 | 15.94 | 8.5 | - |
| YUV | 87.75 | 121.94 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 77 | 0 | 0.89 | 0.65 | 0.15 | 343.52 | 0.8 | 0.47 |
| Hex | D9 | 18 | 4D | 0 | 59 | 41 | F | 158 | 50 | 2F |
| Octal | 331 | 30 | 115 | 0 | 131 | 101 | 17 | 530 | 120 | 57 |
| Binary | 11011001 | 11000 | 1001101 | 0 | 1011001 | 1000001 | 1111 | 101011000 | 1010000 | 101111 |
Color Harmonies of #D9184D
Complementary color
Monochromatic Colors of #D9184D
Black with #D9184D
Text Example
Text Example
White with #D9184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9184D; }
p { color: rgb(217,24,77); }
H1.HeaderClassName
{
color: #D9184D;
}
.AnyTagClassName
{
color: #D9184D;
}
</style>
background-color css
<style>
a { background-color: #D9184D; }
a { background-color: rgb(217,24,77); }
div.DivClassName
{
background-color: #D9184D;
}
.BgClassName
{
background-color: #D9184D;
}
</style>
border-color css
<style>
span { border-color: #D9184D; }
span { border-color: rgb(217,24,77); }
td.TdClassName
{
border-color: #D9184D;
}
.TagClassName
{
border-color: #D9184D;
}
</style>