Shades of Crimson #D8042D
Tints of Crimson #D8042D
RGB
CMYK
RGB Variations
Color information
#D8042D (or 0xD8042D) is known color: Crimson. HEX triplet: D8, 04 and 2D. RGB value is (216,4,45). Sum of RGB (Red+Green+Blue) = 216+4+45=265 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.51% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 216 - color contains mainly: red. Hex color #D8042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8042D is #27FBD2. Grayscale: #484848. Windows color (decimal): -2620371 or 2950360. OLE color: 2950360.
HSL color Cylindrical-coordinate representation of color #D8042D: hue angle of 348.4º 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 #D8042D is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.15 |
| HSL | 348.4º | 0.96% | 0.43% | - |
| HSV(B) | 348.4º | 0.98% | 0.85% | - |
| XYZ | 28.84 | 14.88 | 3.83 | - |
| YUV | 72.06 | 112.74 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 45 | 0 | 0.98 | 0.79 | 0.15 | 348.4 | 0.96 | 0.43 |
| Hex | D8 | 4 | 2D | 0 | 62 | 4F | F | 15C | 60 | 2B |
| Octal | 330 | 4 | 55 | 0 | 142 | 117 | 17 | 534 | 140 | 53 |
| Binary | 11011000 | 100 | 101101 | 0 | 1100010 | 1001111 | 1111 | 101011100 | 1100000 | 101011 |
Color Harmonies of #D8042D
Complementary color
Monochromatic Colors of #D8042D
Black with #D8042D
Text Example
Text Example
White with #D8042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8042D; }
p { color: rgb(216,4,45); }
H1.HeaderClassName
{
color: #D8042D;
}
.AnyTagClassName
{
color: #D8042D;
}
</style>
background-color css
<style>
a { background-color: #D8042D; }
a { background-color: rgb(216,4,45); }
div.DivClassName
{
background-color: #D8042D;
}
.BgClassName
{
background-color: #D8042D;
}
</style>
border-color css
<style>
span { border-color: #D8042D; }
span { border-color: rgb(216,4,45); }
td.TdClassName
{
border-color: #D8042D;
}
.TagClassName
{
border-color: #D8042D;
}
</style>