Shades of Crimson #D8082B
Tints of Crimson #D8082B
RGB
CMYK
RGB Variations
Color information
#D8082B (or 0xD8082B) is known color: Crimson. HEX triplet: D8, 08 and 2B. RGB value is (216,8,43). Sum of RGB (Red+Green+Blue) = 216+8+43=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D8082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8082B is #27F7D4. Grayscale: #4A4A4A. Windows color (decimal): -2619349 or 2820312. OLE color: 2820312.
HSL color Cylindrical-coordinate representation of color #D8082B: hue angle of 349.9º 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 #D8082B is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.15 |
| HSL | 349.9º | 0.93% | 0.44% | - |
| HSV(B) | 349.9º | 0.96% | 0.85% | - |
| XYZ | 28.84 | 14.95 | 3.65 | - |
| YUV | 74.18 | 110.41 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 43 | 0 | 0.96 | 0.80 | 0.15 | 349.9 | 0.93 | 0.44 |
| Hex | D8 | 8 | 2B | 0 | 60 | 50 | F | 15E | 5D | 2C |
| Octal | 330 | 10 | 53 | 0 | 140 | 120 | 17 | 536 | 135 | 54 |
| Binary | 11011000 | 1000 | 101011 | 0 | 1100000 | 1010000 | 1111 | 101011110 | 1011101 | 101100 |
Color Harmonies of #D8082B
Complementary color
Monochromatic Colors of #D8082B
Black with #D8082B
Text Example
Text Example
White with #D8082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8082B; }
p { color: rgb(216,8,43); }
H1.HeaderClassName
{
color: #D8082B;
}
.AnyTagClassName
{
color: #D8082B;
}
</style>
background-color css
<style>
a { background-color: #D8082B; }
a { background-color: rgb(216,8,43); }
div.DivClassName
{
background-color: #D8082B;
}
.BgClassName
{
background-color: #D8082B;
}
</style>
border-color css
<style>
span { border-color: #D8082B; }
span { border-color: rgb(216,8,43); }
td.TdClassName
{
border-color: #D8082B;
}
.TagClassName
{
border-color: #D8082B;
}
</style>