Shades of Crimson #D8183E
Tints of Crimson #D8183E
RGB
CMYK
RGB Variations
Color information
#D8183E (or 0xD8183E) is known color: Crimson. HEX triplet: D8, 18 and 3E. RGB value is (216,24,62). Sum of RGB (Red+Green+Blue) = 216+24+62=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D8183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8183E is #27E7C1. Grayscale: #555555. Windows color (decimal): -2615234 or 4069592. OLE color: 4069592.
HSL color Cylindrical-coordinate representation of color #D8183E: hue angle of 348.12º 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 #D8183E is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 62 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.15 |
| HSL | 348.13º | 0.8% | 0.47% | - |
| HSV(B) | 348.13º | 0.89% | 0.85% | - |
| XYZ | 29.52 | 15.6 | 6.01 | - |
| YUV | 85.74 | 114.61 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 62 | 0 | 0.89 | 0.71 | 0.15 | 348.13 | 0.8 | 0.47 |
| Hex | D8 | 18 | 3E | 0 | 59 | 47 | F | 15C | 50 | 2F |
| Octal | 330 | 30 | 76 | 0 | 131 | 107 | 17 | 534 | 120 | 57 |
| Binary | 11011000 | 11000 | 111110 | 0 | 1011001 | 1000111 | 1111 | 101011100 | 1010000 | 101111 |
Color Harmonies of #D8183E
Complementary color
Monochromatic Colors of #D8183E
Black with #D8183E
Text Example
Text Example
White with #D8183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8183E; }
p { color: rgb(216,24,62); }
H1.HeaderClassName
{
color: #D8183E;
}
.AnyTagClassName
{
color: #D8183E;
}
</style>
background-color css
<style>
a { background-color: #D8183E; }
a { background-color: rgb(216,24,62); }
div.DivClassName
{
background-color: #D8183E;
}
.BgClassName
{
background-color: #D8183E;
}
</style>
border-color css
<style>
span { border-color: #D8183E; }
span { border-color: rgb(216,24,62); }
td.TdClassName
{
border-color: #D8183E;
}
.TagClassName
{
border-color: #D8183E;
}
</style>