Shades of Crimson #D8093F
Tints of Crimson #D8093F
RGB
CMYK
RGB Variations
Color information
#D8093F (or 0xD8093F) is known color: Crimson. HEX triplet: D8, 09 and 3F. RGB value is (216,9,63). Sum of RGB (Red+Green+Blue) = 216+9+63=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D8093F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8093F is #27F6C0. Grayscale: #4D4D4D. Windows color (decimal): -2619073 or 4131288. OLE color: 4131288.
HSL color Cylindrical-coordinate representation of color #D8093F: hue angle of 344.35º degrees, saturation: 0.92, 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 #D8093F is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 63 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.15 |
| HSL | 344.35º | 0.92% | 0.44% | - |
| HSV(B) | 344.35º | 0.96% | 0.85% | - |
| XYZ | 29.31 | 15.15 | 6.08 | - |
| YUV | 77.05 | 120.08 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 63 | 0 | 0.96 | 0.71 | 0.15 | 344.35 | 0.92 | 0.44 |
| Hex | D8 | 9 | 3F | 0 | 60 | 47 | F | 158 | 5C | 2C |
| Octal | 330 | 11 | 77 | 0 | 140 | 107 | 17 | 530 | 134 | 54 |
| Binary | 11011000 | 1001 | 111111 | 0 | 1100000 | 1000111 | 1111 | 101011000 | 1011100 | 101100 |
Color Harmonies of #D8093F
Complementary color
Monochromatic Colors of #D8093F
Black with #D8093F
Text Example
Text Example
White with #D8093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8093F; }
p { color: rgb(216,9,63); }
H1.HeaderClassName
{
color: #D8093F;
}
.AnyTagClassName
{
color: #D8093F;
}
</style>
background-color css
<style>
a { background-color: #D8093F; }
a { background-color: rgb(216,9,63); }
div.DivClassName
{
background-color: #D8093F;
}
.BgClassName
{
background-color: #D8093F;
}
</style>
border-color css
<style>
span { border-color: #D8093F; }
span { border-color: rgb(216,9,63); }
td.TdClassName
{
border-color: #D8093F;
}
.TagClassName
{
border-color: #D8093F;
}
</style>