Shades of Crimson #D40E3B
Tints of Crimson #D40E3B
RGB
CMYK
RGB Variations
Color information
#D40E3B (or 0xD40E3B) is known color: Crimson. HEX triplet: D4, 0E and 3B. RGB value is (212,14,59). Sum of RGB (Red+Green+Blue) = 212+14+59=285 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.39% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40E3B is #2BF1C4. Grayscale: #4E4E4E. Windows color (decimal): -2879941 or 3870420. OLE color: 3870420.
HSL color Cylindrical-coordinate representation of color #D40E3B: hue angle of 346.36º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40E3B is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 59 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.17 |
| HSL | 346.36º | 0.88% | 0.44% | - |
| HSV(B) | 346.36º | 0.93% | 0.83% | - |
| XYZ | 28.1 | 14.63 | 5.48 | - |
| YUV | 78.33 | 117.1 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 59 | 0 | 0.93 | 0.72 | 0.17 | 346.36 | 0.88 | 0.44 |
| Hex | D4 | E | 3B | 0 | 5D | 48 | 11 | 15A | 58 | 2C |
| Octal | 324 | 16 | 73 | 0 | 135 | 110 | 21 | 532 | 130 | 54 |
| Binary | 11010100 | 1110 | 111011 | 0 | 1011101 | 1001000 | 10001 | 101011010 | 1011000 | 101100 |
Color Harmonies of #D40E3B
Complementary color
Monochromatic Colors of #D40E3B
Black with #D40E3B
Text Example
Text Example
White with #D40E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40E3B; }
p { color: rgb(212,14,59); }
H1.HeaderClassName
{
color: #D40E3B;
}
.AnyTagClassName
{
color: #D40E3B;
}
</style>
background-color css
<style>
a { background-color: #D40E3B; }
a { background-color: rgb(212,14,59); }
div.DivClassName
{
background-color: #D40E3B;
}
.BgClassName
{
background-color: #D40E3B;
}
</style>
border-color css
<style>
span { border-color: #D40E3B; }
span { border-color: rgb(212,14,59); }
td.TdClassName
{
border-color: #D40E3B;
}
.TagClassName
{
border-color: #D40E3B;
}
</style>