Shades of Crimson #D8042E
Tints of Crimson #D8042E
RGB
CMYK
RGB Variations
Color information
#D8042E (or 0xD8042E) is known color: Crimson. HEX triplet: D8, 04 and 2E. RGB value is (216,4,46). Sum of RGB (Red+Green+Blue) = 216+4+46=266 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.20% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 216 - color contains mainly: red. Hex color #D8042E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8042E is #27FBD1. Grayscale: #484848. Windows color (decimal): -2620370 or 3015896. OLE color: 3015896.
HSL color Cylindrical-coordinate representation of color #D8042E: hue angle of 348.11º degrees, saturation: 0.96, 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 #D8042E is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 46 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.15 |
| HSL | 348.11º | 0.96% | 0.43% | - |
| HSV(B) | 348.11º | 0.98% | 0.85% | - |
| XYZ | 28.86 | 14.88 | 3.94 | - |
| YUV | 72.18 | 113.24 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 46 | 0 | 0.98 | 0.79 | 0.15 | 348.11 | 0.96 | 0.43 |
| Hex | D8 | 4 | 2E | 0 | 62 | 4F | F | 15C | 60 | 2B |
| Octal | 330 | 4 | 56 | 0 | 142 | 117 | 17 | 534 | 140 | 53 |
| Binary | 11011000 | 100 | 101110 | 0 | 1100010 | 1001111 | 1111 | 101011100 | 1100000 | 101011 |
Color Harmonies of #D8042E
Complementary color
Monochromatic Colors of #D8042E
Black with #D8042E
Text Example
Text Example
White with #D8042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8042E; }
p { color: rgb(216,4,46); }
H1.HeaderClassName
{
color: #D8042E;
}
.AnyTagClassName
{
color: #D8042E;
}
</style>
background-color css
<style>
a { background-color: #D8042E; }
a { background-color: rgb(216,4,46); }
div.DivClassName
{
background-color: #D8042E;
}
.BgClassName
{
background-color: #D8042E;
}
</style>
border-color css
<style>
span { border-color: #D8042E; }
span { border-color: rgb(216,4,46); }
td.TdClassName
{
border-color: #D8042E;
}
.TagClassName
{
border-color: #D8042E;
}
</style>