Shades of Crimson #D8083F
Tints of Crimson #D8083F
RGB
CMYK
RGB Variations
Color information
#D8083F (or 0xD8083F) is known color: Crimson. HEX triplet: D8, 08 and 3F. RGB value is (216,8,63). Sum of RGB (Red+Green+Blue) = 216+8+63=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D8083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8083F is #27F7C0. Grayscale: #4C4C4C. Windows color (decimal): -2619329 or 4131032. OLE color: 4131032.
HSL color Cylindrical-coordinate representation of color #D8083F: hue angle of 344.13º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8083F is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 63 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.15 |
| HSL | 344.13º | 0.93% | 0.44% | - |
| HSV(B) | 344.13º | 0.96% | 0.85% | - |
| XYZ | 29.3 | 15.13 | 6.08 | - |
| YUV | 76.46 | 120.41 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 63 | 0 | 0.96 | 0.71 | 0.15 | 344.13 | 0.93 | 0.44 |
| Hex | D8 | 8 | 3F | 0 | 60 | 47 | F | 158 | 5D | 2C |
| Octal | 330 | 10 | 77 | 0 | 140 | 107 | 17 | 530 | 135 | 54 |
| Binary | 11011000 | 1000 | 111111 | 0 | 1100000 | 1000111 | 1111 | 101011000 | 1011101 | 101100 |
Color Harmonies of #D8083F
Complementary color
Monochromatic Colors of #D8083F
Black with #D8083F
Text Example
Text Example
White with #D8083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8083F; }
p { color: rgb(216,8,63); }
H1.HeaderClassName
{
color: #D8083F;
}
.AnyTagClassName
{
color: #D8083F;
}
</style>
background-color css
<style>
a { background-color: #D8083F; }
a { background-color: rgb(216,8,63); }
div.DivClassName
{
background-color: #D8083F;
}
.BgClassName
{
background-color: #D8083F;
}
</style>
border-color css
<style>
span { border-color: #D8083F; }
span { border-color: rgb(216,8,63); }
td.TdClassName
{
border-color: #D8083F;
}
.TagClassName
{
border-color: #D8083F;
}
</style>