Shades of Crimson #D8082E
Tints of Crimson #D8082E
RGB
CMYK
RGB Variations
Color information
#D8082E (or 0xD8082E) is known color: Crimson. HEX triplet: D8, 08 and 2E. RGB value is (216,8,46). Sum of RGB (Red+Green+Blue) = 216+8+46=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D8082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8082E is #27F7D1. Grayscale: #4A4A4A. Windows color (decimal): -2619346 or 3016920. OLE color: 3016920.
HSL color Cylindrical-coordinate representation of color #D8082E: hue angle of 349.04º 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 #D8082E is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 46 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.15 |
| HSL | 349.04º | 0.93% | 0.44% | - |
| HSV(B) | 349.04º | 0.96% | 0.85% | - |
| XYZ | 28.9 | 14.97 | 3.95 | - |
| YUV | 74.52 | 111.91 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 46 | 0 | 0.96 | 0.79 | 0.15 | 349.04 | 0.93 | 0.44 |
| Hex | D8 | 8 | 2E | 0 | 60 | 4F | F | 15D | 5D | 2C |
| Octal | 330 | 10 | 56 | 0 | 140 | 117 | 17 | 535 | 135 | 54 |
| Binary | 11011000 | 1000 | 101110 | 0 | 1100000 | 1001111 | 1111 | 101011101 | 1011101 | 101100 |
Color Harmonies of #D8082E
Complementary color
Monochromatic Colors of #D8082E
Black with #D8082E
Text Example
Text Example
White with #D8082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8082E; }
p { color: rgb(216,8,46); }
H1.HeaderClassName
{
color: #D8082E;
}
.AnyTagClassName
{
color: #D8082E;
}
</style>
background-color css
<style>
a { background-color: #D8082E; }
a { background-color: rgb(216,8,46); }
div.DivClassName
{
background-color: #D8082E;
}
.BgClassName
{
background-color: #D8082E;
}
</style>
border-color css
<style>
span { border-color: #D8082E; }
span { border-color: rgb(216,8,46); }
td.TdClassName
{
border-color: #D8082E;
}
.TagClassName
{
border-color: #D8082E;
}
</style>