Shades of Crimson #D9184E
Tints of Crimson #D9184E
RGB
CMYK
RGB Variations
Color information
#D9184E (or 0xD9184E) is known color: Crimson. HEX triplet: D9, 18 and 4E. RGB value is (217,24,78). Sum of RGB (Red+Green+Blue) = 217+24+78=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D9184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9184E is #26E7B1. Grayscale: #575757. Windows color (decimal): -2549682 or 5118169. OLE color: 5118169.
HSL color Cylindrical-coordinate representation of color #D9184E: hue angle of 343.21º 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 #D9184E is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 78 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.15 |
| HSL | 343.21º | 0.8% | 0.47% | - |
| HSV(B) | 343.21º | 0.89% | 0.85% | - |
| XYZ | 30.32 | 15.96 | 8.69 | - |
| YUV | 87.86 | 122.44 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 78 | 0 | 0.89 | 0.64 | 0.15 | 343.21 | 0.8 | 0.47 |
| Hex | D9 | 18 | 4E | 0 | 59 | 40 | F | 157 | 50 | 2F |
| Octal | 331 | 30 | 116 | 0 | 131 | 100 | 17 | 527 | 120 | 57 |
| Binary | 11011001 | 11000 | 1001110 | 0 | 1011001 | 1000000 | 1111 | 101010111 | 1010000 | 101111 |
Color Harmonies of #D9184E
Complementary color
Monochromatic Colors of #D9184E
Black with #D9184E
Text Example
Text Example
White with #D9184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9184E; }
p { color: rgb(217,24,78); }
H1.HeaderClassName
{
color: #D9184E;
}
.AnyTagClassName
{
color: #D9184E;
}
</style>
background-color css
<style>
a { background-color: #D9184E; }
a { background-color: rgb(217,24,78); }
div.DivClassName
{
background-color: #D9184E;
}
.BgClassName
{
background-color: #D9184E;
}
</style>
border-color css
<style>
span { border-color: #D9184E; }
span { border-color: rgb(217,24,78); }
td.TdClassName
{
border-color: #D9184E;
}
.TagClassName
{
border-color: #D9184E;
}
</style>