Shades of Crimson #D8043E
Tints of Crimson #D8043E
RGB
CMYK
RGB Variations
Color information
#D8043E (or 0xD8043E) is known color: Crimson. HEX triplet: D8, 04 and 3E. RGB value is (216,4,62). Sum of RGB (Red+Green+Blue) = 216+4+62=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D8043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8043E is #27FBC1. Grayscale: #494949. Windows color (decimal): -2620354 or 4064472. OLE color: 4064472.
HSL color Cylindrical-coordinate representation of color #D8043E: hue angle of 343.58º 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 #D8043E is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.15 |
| HSL | 343.58º | 0.96% | 0.43% | - |
| HSV(B) | 343.58º | 0.98% | 0.85% | - |
| XYZ | 29.23 | 15.03 | 5.92 | - |
| YUV | 74 | 121.24 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 62 | 0 | 0.98 | 0.71 | 0.15 | 343.58 | 0.96 | 0.43 |
| Hex | D8 | 4 | 3E | 0 | 62 | 47 | F | 158 | 60 | 2B |
| Octal | 330 | 4 | 76 | 0 | 142 | 107 | 17 | 530 | 140 | 53 |
| Binary | 11011000 | 100 | 111110 | 0 | 1100010 | 1000111 | 1111 | 101011000 | 1100000 | 101011 |
Color Harmonies of #D8043E
Complementary color
Monochromatic Colors of #D8043E
Black with #D8043E
Text Example
Text Example
White with #D8043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8043E; }
p { color: rgb(216,4,62); }
H1.HeaderClassName
{
color: #D8043E;
}
.AnyTagClassName
{
color: #D8043E;
}
</style>
background-color css
<style>
a { background-color: #D8043E; }
a { background-color: rgb(216,4,62); }
div.DivClassName
{
background-color: #D8043E;
}
.BgClassName
{
background-color: #D8043E;
}
</style>
border-color css
<style>
span { border-color: #D8043E; }
span { border-color: rgb(216,4,62); }
td.TdClassName
{
border-color: #D8043E;
}
.TagClassName
{
border-color: #D8043E;
}
</style>