Shades of Crimson #D8073F
Tints of Crimson #D8073F
RGB
CMYK
RGB Variations
Color information
#D8073F (or 0xD8073F) is known color: Crimson. HEX triplet: D8, 07 and 3F. RGB value is (216,7,63). Sum of RGB (Red+Green+Blue) = 216+7+63=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D8073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8073F is #27F8C0. Grayscale: #4B4B4B. Windows color (decimal): -2619585 or 4130776. OLE color: 4130776.
HSL color Cylindrical-coordinate representation of color #D8073F: hue angle of 343.92º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8073F is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 63 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.15 |
| HSL | 343.92º | 0.94% | 0.44% | - |
| HSV(B) | 343.92º | 0.97% | 0.85% | - |
| XYZ | 29.29 | 15.11 | 6.08 | - |
| YUV | 75.88 | 120.74 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 63 | 0 | 0.97 | 0.71 | 0.15 | 343.92 | 0.94 | 0.44 |
| Hex | D8 | 7 | 3F | 0 | 61 | 47 | F | 158 | 5E | 2C |
| Octal | 330 | 7 | 77 | 0 | 141 | 107 | 17 | 530 | 136 | 54 |
| Binary | 11011000 | 111 | 111111 | 0 | 1100001 | 1000111 | 1111 | 101011000 | 1011110 | 101100 |
Color Harmonies of #D8073F
Complementary color
Monochromatic Colors of #D8073F
Black with #D8073F
Text Example
Text Example
White with #D8073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8073F; }
p { color: rgb(216,7,63); }
H1.HeaderClassName
{
color: #D8073F;
}
.AnyTagClassName
{
color: #D8073F;
}
</style>
background-color css
<style>
a { background-color: #D8073F; }
a { background-color: rgb(216,7,63); }
div.DivClassName
{
background-color: #D8073F;
}
.BgClassName
{
background-color: #D8073F;
}
</style>
border-color css
<style>
span { border-color: #D8073F; }
span { border-color: rgb(216,7,63); }
td.TdClassName
{
border-color: #D8073F;
}
.TagClassName
{
border-color: #D8073F;
}
</style>