Shades of Crimson #D4112E
Tints of Crimson #D4112E
RGB
CMYK
RGB Variations
Color information
#D4112E (or 0xD4112E) is known color: Crimson. HEX triplet: D4, 11 and 2E. RGB value is (212,17,46). Sum of RGB (Red+Green+Blue) = 212+17+46=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D4112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4112E is #2BEED1. Grayscale: #4E4E4E. Windows color (decimal): -2879186 or 3019220. OLE color: 3019220.
HSL color Cylindrical-coordinate representation of color #D4112E: hue angle of 351.08º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4112E is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 46 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.17 |
| HSL | 351.08º | 0.85% | 0.45% | - |
| HSV(B) | 351.08º | 0.92% | 0.83% | - |
| XYZ | 27.84 | 14.6 | 3.93 | - |
| YUV | 78.61 | 109.6 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 46 | 0 | 0.92 | 0.78 | 0.17 | 351.08 | 0.85 | 0.45 |
| Hex | D4 | 11 | 2E | 0 | 5C | 4E | 11 | 15F | 55 | 2D |
| Octal | 324 | 21 | 56 | 0 | 134 | 116 | 21 | 537 | 125 | 55 |
| Binary | 11010100 | 10001 | 101110 | 0 | 1011100 | 1001110 | 10001 | 101011111 | 1010101 | 101101 |
Color Harmonies of #D4112E
Complementary color
Monochromatic Colors of #D4112E
Black with #D4112E
Text Example
Text Example
White with #D4112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4112E; }
p { color: rgb(212,17,46); }
H1.HeaderClassName
{
color: #D4112E;
}
.AnyTagClassName
{
color: #D4112E;
}
</style>
background-color css
<style>
a { background-color: #D4112E; }
a { background-color: rgb(212,17,46); }
div.DivClassName
{
background-color: #D4112E;
}
.BgClassName
{
background-color: #D4112E;
}
</style>
border-color css
<style>
span { border-color: #D4112E; }
span { border-color: rgb(212,17,46); }
td.TdClassName
{
border-color: #D4112E;
}
.TagClassName
{
border-color: #D4112E;
}
</style>