Shades of Crimson #D40F2E
Tints of Crimson #D40F2E
RGB
CMYK
RGB Variations
Color information
#D40F2E (or 0xD40F2E) is known color: Crimson. HEX triplet: D4, 0F and 2E. RGB value is (212,15,46). Sum of RGB (Red+Green+Blue) = 212+15+46=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40F2E is #2BF0D1. Grayscale: #4D4D4D. Windows color (decimal): -2879698 or 3018708. OLE color: 3018708.
HSL color Cylindrical-coordinate representation of color #D40F2E: hue angle of 350.56º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40F2E is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 15 | 46 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.17 |
| HSL | 350.56º | 0.87% | 0.45% | - |
| HSV(B) | 350.56º | 0.93% | 0.83% | - |
| XYZ | 27.82 | 14.54 | 3.92 | - |
| YUV | 77.44 | 110.27 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 46 | 0 | 0.93 | 0.78 | 0.17 | 350.56 | 0.87 | 0.45 |
| Hex | D4 | F | 2E | 0 | 5D | 4E | 11 | 15F | 57 | 2D |
| Octal | 324 | 17 | 56 | 0 | 135 | 116 | 21 | 537 | 127 | 55 |
| Binary | 11010100 | 1111 | 101110 | 0 | 1011101 | 1001110 | 10001 | 101011111 | 1010111 | 101101 |
Color Harmonies of #D40F2E
Complementary color
Monochromatic Colors of #D40F2E
Black with #D40F2E
Text Example
Text Example
White with #D40F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40F2E; }
p { color: rgb(212,15,46); }
H1.HeaderClassName
{
color: #D40F2E;
}
.AnyTagClassName
{
color: #D40F2E;
}
</style>
background-color css
<style>
a { background-color: #D40F2E; }
a { background-color: rgb(212,15,46); }
div.DivClassName
{
background-color: #D40F2E;
}
.BgClassName
{
background-color: #D40F2E;
}
</style>
border-color css
<style>
span { border-color: #D40F2E; }
span { border-color: rgb(212,15,46); }
td.TdClassName
{
border-color: #D40F2E;
}
.TagClassName
{
border-color: #D40F2E;
}
</style>