Shades of Crimson #D8183D
Tints of Crimson #D8183D
RGB
CMYK
RGB Variations
Color information
#D8183D (or 0xD8183D) is known color: Crimson. HEX triplet: D8, 18 and 3D. RGB value is (216,24,61). Sum of RGB (Red+Green+Blue) = 216+24+61=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D8183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8183D is #27E7C2. Grayscale: #555555. Windows color (decimal): -2615235 or 4004056. OLE color: 4004056.
HSL color Cylindrical-coordinate representation of color #D8183D: hue angle of 348.44º 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 #D8183D is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 61 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.15 |
| HSL | 348.44º | 0.8% | 0.47% | - |
| HSV(B) | 348.44º | 0.89% | 0.85% | - |
| XYZ | 29.49 | 15.59 | 5.87 | - |
| YUV | 85.63 | 114.11 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 61 | 0 | 0.89 | 0.72 | 0.15 | 348.44 | 0.8 | 0.47 |
| Hex | D8 | 18 | 3D | 0 | 59 | 48 | F | 15C | 50 | 2F |
| Octal | 330 | 30 | 75 | 0 | 131 | 110 | 17 | 534 | 120 | 57 |
| Binary | 11011000 | 11000 | 111101 | 0 | 1011001 | 1001000 | 1111 | 101011100 | 1010000 | 101111 |
Color Harmonies of #D8183D
Complementary color
Monochromatic Colors of #D8183D
Black with #D8183D
Text Example
Text Example
White with #D8183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8183D; }
p { color: rgb(216,24,61); }
H1.HeaderClassName
{
color: #D8183D;
}
.AnyTagClassName
{
color: #D8183D;
}
</style>
background-color css
<style>
a { background-color: #D8183D; }
a { background-color: rgb(216,24,61); }
div.DivClassName
{
background-color: #D8183D;
}
.BgClassName
{
background-color: #D8183D;
}
</style>
border-color css
<style>
span { border-color: #D8183D; }
span { border-color: rgb(216,24,61); }
td.TdClassName
{
border-color: #D8183D;
}
.TagClassName
{
border-color: #D8183D;
}
</style>