Shades of Crimson #D9183A
Tints of Crimson #D9183A
RGB
CMYK
RGB Variations
Color information
#D9183A (or 0xD9183A) is known color: Crimson. HEX triplet: D9, 18 and 3A. RGB value is (217,24,58). Sum of RGB (Red+Green+Blue) = 217+24+58=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D9183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9183A is #26E7C5. Grayscale: #555555. Windows color (decimal): -2549702 or 3807449. OLE color: 3807449.
HSL color Cylindrical-coordinate representation of color #D9183A: hue angle of 349.43º 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 #D9183A is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 58 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.15 |
| HSL | 349.43º | 0.8% | 0.47% | - |
| HSV(B) | 349.43º | 0.89% | 0.85% | - |
| XYZ | 29.71 | 15.71 | 5.47 | - |
| YUV | 85.58 | 112.44 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 58 | 0 | 0.89 | 0.73 | 0.15 | 349.43 | 0.8 | 0.47 |
| Hex | D9 | 18 | 3A | 0 | 59 | 49 | F | 15D | 50 | 2F |
| Octal | 331 | 30 | 72 | 0 | 131 | 111 | 17 | 535 | 120 | 57 |
| Binary | 11011001 | 11000 | 111010 | 0 | 1011001 | 1001001 | 1111 | 101011101 | 1010000 | 101111 |
Color Harmonies of #D9183A
Complementary color
Monochromatic Colors of #D9183A
Black with #D9183A
Text Example
Text Example
White with #D9183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9183A; }
p { color: rgb(217,24,58); }
H1.HeaderClassName
{
color: #D9183A;
}
.AnyTagClassName
{
color: #D9183A;
}
</style>
background-color css
<style>
a { background-color: #D9183A; }
a { background-color: rgb(217,24,58); }
div.DivClassName
{
background-color: #D9183A;
}
.BgClassName
{
background-color: #D9183A;
}
</style>
border-color css
<style>
span { border-color: #D9183A; }
span { border-color: rgb(217,24,58); }
td.TdClassName
{
border-color: #D9183A;
}
.TagClassName
{
border-color: #D9183A;
}
</style>