Shades of Crimson #D8183C
Tints of Crimson #D8183C
RGB
CMYK
RGB Variations
Color information
#D8183C (or 0xD8183C) is known color: Crimson. HEX triplet: D8, 18 and 3C. RGB value is (216,24,60). Sum of RGB (Red+Green+Blue) = 216+24+60=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D8183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8183C is #27E7C3. Grayscale: #555555. Windows color (decimal): -2615236 or 3938520. OLE color: 3938520.
HSL color Cylindrical-coordinate representation of color #D8183C: hue angle of 348.75º 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 #D8183C is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 60 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.15 |
| HSL | 348.75º | 0.8% | 0.47% | - |
| HSV(B) | 348.75º | 0.89% | 0.85% | - |
| XYZ | 29.46 | 15.58 | 5.73 | - |
| YUV | 85.51 | 113.61 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 60 | 0 | 0.89 | 0.72 | 0.15 | 348.75 | 0.8 | 0.47 |
| Hex | D8 | 18 | 3C | 0 | 59 | 48 | F | 15D | 50 | 2F |
| Octal | 330 | 30 | 74 | 0 | 131 | 110 | 17 | 535 | 120 | 57 |
| Binary | 11011000 | 11000 | 111100 | 0 | 1011001 | 1001000 | 1111 | 101011101 | 1010000 | 101111 |
Color Harmonies of #D8183C
Complementary color
Monochromatic Colors of #D8183C
Black with #D8183C
Text Example
Text Example
White with #D8183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8183C; }
p { color: rgb(216,24,60); }
H1.HeaderClassName
{
color: #D8183C;
}
.AnyTagClassName
{
color: #D8183C;
}
</style>
background-color css
<style>
a { background-color: #D8183C; }
a { background-color: rgb(216,24,60); }
div.DivClassName
{
background-color: #D8183C;
}
.BgClassName
{
background-color: #D8183C;
}
</style>
border-color css
<style>
span { border-color: #D8183C; }
span { border-color: rgb(216,24,60); }
td.TdClassName
{
border-color: #D8183C;
}
.TagClassName
{
border-color: #D8183C;
}
</style>