Shades of Crimson #D8052E
Tints of Crimson #D8052E
RGB
CMYK
RGB Variations
Color information
#D8052E (or 0xD8052E) is known color: Crimson. HEX triplet: D8, 05 and 2E. RGB value is (216,5,46). Sum of RGB (Red+Green+Blue) = 216+5+46=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D8052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8052E is #27FAD1. Grayscale: #484848. Windows color (decimal): -2620114 or 3016152. OLE color: 3016152.
HSL color Cylindrical-coordinate representation of color #D8052E: hue angle of 348.34º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8052E is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 46 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.15 |
| HSL | 348.34º | 0.95% | 0.43% | - |
| HSV(B) | 348.34º | 0.98% | 0.85% | - |
| XYZ | 28.87 | 14.9 | 3.94 | - |
| YUV | 72.76 | 112.9 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 46 | 0 | 0.98 | 0.79 | 0.15 | 348.34 | 0.95 | 0.43 |
| Hex | D8 | 5 | 2E | 0 | 62 | 4F | F | 15C | 5F | 2B |
| Octal | 330 | 5 | 56 | 0 | 142 | 117 | 17 | 534 | 137 | 53 |
| Binary | 11011000 | 101 | 101110 | 0 | 1100010 | 1001111 | 1111 | 101011100 | 1011111 | 101011 |
Color Harmonies of #D8052E
Complementary color
Monochromatic Colors of #D8052E
Black with #D8052E
Text Example
Text Example
White with #D8052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8052E; }
p { color: rgb(216,5,46); }
H1.HeaderClassName
{
color: #D8052E;
}
.AnyTagClassName
{
color: #D8052E;
}
</style>
background-color css
<style>
a { background-color: #D8052E; }
a { background-color: rgb(216,5,46); }
div.DivClassName
{
background-color: #D8052E;
}
.BgClassName
{
background-color: #D8052E;
}
</style>
border-color css
<style>
span { border-color: #D8052E; }
span { border-color: rgb(216,5,46); }
td.TdClassName
{
border-color: #D8052E;
}
.TagClassName
{
border-color: #D8052E;
}
</style>