Shades of Crimson #D40D2E
Tints of Crimson #D40D2E
RGB
CMYK
RGB Variations
Color information
#D40D2E (or 0xD40D2E) is known color: Crimson. HEX triplet: D4, 0D and 2E. RGB value is (212,13,46). Sum of RGB (Red+Green+Blue) = 212+13+46=271 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.23% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 212 - color contains mainly: red. Hex color #D40D2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40D2E is #2BF2D1. Grayscale: #4C4C4C. Windows color (decimal): -2880210 or 3018196. OLE color: 3018196.
HSL color Cylindrical-coordinate representation of color #D40D2E: hue angle of 350.05º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40D2E is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 13 | 46 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.17 |
| HSL | 350.05º | 0.88% | 0.44% | - |
| HSV(B) | 350.05º | 0.94% | 0.83% | - |
| XYZ | 27.79 | 14.48 | 3.92 | - |
| YUV | 76.26 | 110.93 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 46 | 0 | 0.94 | 0.78 | 0.17 | 350.05 | 0.88 | 0.44 |
| Hex | D4 | D | 2E | 0 | 5E | 4E | 11 | 15E | 58 | 2C |
| Octal | 324 | 15 | 56 | 0 | 136 | 116 | 21 | 536 | 130 | 54 |
| Binary | 11010100 | 1101 | 101110 | 0 | 1011110 | 1001110 | 10001 | 101011110 | 1011000 | 101100 |
Color Harmonies of #D40D2E
Complementary color
Monochromatic Colors of #D40D2E
Black with #D40D2E
Text Example
Text Example
White with #D40D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40D2E; }
p { color: rgb(212,13,46); }
H1.HeaderClassName
{
color: #D40D2E;
}
.AnyTagClassName
{
color: #D40D2E;
}
</style>
background-color css
<style>
a { background-color: #D40D2E; }
a { background-color: rgb(212,13,46); }
div.DivClassName
{
background-color: #D40D2E;
}
.BgClassName
{
background-color: #D40D2E;
}
</style>
border-color css
<style>
span { border-color: #D40D2E; }
span { border-color: rgb(212,13,46); }
td.TdClassName
{
border-color: #D40D2E;
}
.TagClassName
{
border-color: #D40D2E;
}
</style>