Shades of Crimson #D8032E
Tints of Crimson #D8032E
RGB
CMYK
RGB Variations
Color information
#D8032E (or 0xD8032E) is known color: Crimson. HEX triplet: D8, 03 and 2E. RGB value is (216,3,46). Sum of RGB (Red+Green+Blue) = 216+3+46=265 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.51% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 216 - color contains mainly: red. Hex color #D8032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8032E is #27FCD1. Grayscale: #474747. Windows color (decimal): -2620626 or 3015640. OLE color: 3015640.
HSL color Cylindrical-coordinate representation of color #D8032E: hue angle of 347.89º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8032E is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 46 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.15 |
| HSL | 347.89º | 0.97% | 0.43% | - |
| HSV(B) | 347.89º | 0.99% | 0.85% | - |
| XYZ | 28.84 | 14.86 | 3.93 | - |
| YUV | 71.59 | 113.57 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 46 | 0 | 0.99 | 0.79 | 0.15 | 347.89 | 0.97 | 0.43 |
| Hex | D8 | 3 | 2E | 0 | 63 | 4F | F | 15C | 61 | 2B |
| Octal | 330 | 3 | 56 | 0 | 143 | 117 | 17 | 534 | 141 | 53 |
| Binary | 11011000 | 11 | 101110 | 0 | 1100011 | 1001111 | 1111 | 101011100 | 1100001 | 101011 |
Color Harmonies of #D8032E
Complementary color
Monochromatic Colors of #D8032E
Black with #D8032E
Text Example
Text Example
White with #D8032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8032E; }
p { color: rgb(216,3,46); }
H1.HeaderClassName
{
color: #D8032E;
}
.AnyTagClassName
{
color: #D8032E;
}
</style>
background-color css
<style>
a { background-color: #D8032E; }
a { background-color: rgb(216,3,46); }
div.DivClassName
{
background-color: #D8032E;
}
.BgClassName
{
background-color: #D8032E;
}
</style>
border-color css
<style>
span { border-color: #D8032E; }
span { border-color: rgb(216,3,46); }
td.TdClassName
{
border-color: #D8032E;
}
.TagClassName
{
border-color: #D8032E;
}
</style>