Shades of Crimson #D9184A
Tints of Crimson #D9184A
RGB
CMYK
RGB Variations
Color information
#D9184A (or 0xD9184A) is known color: Crimson. HEX triplet: D9, 18 and 4A. RGB value is (217,24,74). Sum of RGB (Red+Green+Blue) = 217+24+74=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D9184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9184A is #26E7B5. Grayscale: #575757. Windows color (decimal): -2549686 or 4856025. OLE color: 4856025.
HSL color Cylindrical-coordinate representation of color #D9184A: hue angle of 344.46º 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 #D9184A is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 74 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.15 |
| HSL | 344.46º | 0.8% | 0.47% | - |
| HSV(B) | 344.46º | 0.89% | 0.85% | - |
| XYZ | 30.18 | 15.9 | 7.96 | - |
| YUV | 87.41 | 120.44 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 74 | 0 | 0.89 | 0.66 | 0.15 | 344.46 | 0.8 | 0.47 |
| Hex | D9 | 18 | 4A | 0 | 59 | 42 | F | 158 | 50 | 2F |
| Octal | 331 | 30 | 112 | 0 | 131 | 102 | 17 | 530 | 120 | 57 |
| Binary | 11011001 | 11000 | 1001010 | 0 | 1011001 | 1000010 | 1111 | 101011000 | 1010000 | 101111 |
Color Harmonies of #D9184A
Complementary color
Monochromatic Colors of #D9184A
Black with #D9184A
Text Example
Text Example
White with #D9184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9184A; }
p { color: rgb(217,24,74); }
H1.HeaderClassName
{
color: #D9184A;
}
.AnyTagClassName
{
color: #D9184A;
}
</style>
background-color css
<style>
a { background-color: #D9184A; }
a { background-color: rgb(217,24,74); }
div.DivClassName
{
background-color: #D9184A;
}
.BgClassName
{
background-color: #D9184A;
}
</style>
border-color css
<style>
span { border-color: #D9184A; }
span { border-color: rgb(217,24,74); }
td.TdClassName
{
border-color: #D9184A;
}
.TagClassName
{
border-color: #D9184A;
}
</style>