Shades of Crimson #D4122F
Tints of Crimson #D4122F
RGB
CMYK
RGB Variations
Color information
#D4122F (or 0xD4122F) is known color: Crimson. HEX triplet: D4, 12 and 2F. RGB value is (212,18,47). Sum of RGB (Red+Green+Blue) = 212+18+47=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4122F is #2BEDD0. Grayscale: #4F4F4F. Windows color (decimal): -2878929 or 3085012. OLE color: 3085012.
HSL color Cylindrical-coordinate representation of color #D4122F: hue angle of 351.03º degrees, saturation: 0.84, 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 #D4122F is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 47 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.17 |
| HSL | 351.03º | 0.84% | 0.45% | - |
| HSV(B) | 351.03º | 0.92% | 0.83% | - |
| XYZ | 27.88 | 14.63 | 4.04 | - |
| YUV | 79.31 | 109.77 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 47 | 0 | 0.92 | 0.78 | 0.17 | 351.03 | 0.84 | 0.45 |
| Hex | D4 | 12 | 2F | 0 | 5C | 4E | 11 | 15F | 54 | 2D |
| Octal | 324 | 22 | 57 | 0 | 134 | 116 | 21 | 537 | 124 | 55 |
| Binary | 11010100 | 10010 | 101111 | 0 | 1011100 | 1001110 | 10001 | 101011111 | 1010100 | 101101 |
Color Harmonies of #D4122F
Complementary color
Monochromatic Colors of #D4122F
Black with #D4122F
Text Example
Text Example
White with #D4122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4122F; }
p { color: rgb(212,18,47); }
H1.HeaderClassName
{
color: #D4122F;
}
.AnyTagClassName
{
color: #D4122F;
}
</style>
background-color css
<style>
a { background-color: #D4122F; }
a { background-color: rgb(212,18,47); }
div.DivClassName
{
background-color: #D4122F;
}
.BgClassName
{
background-color: #D4122F;
}
</style>
border-color css
<style>
span { border-color: #D4122F; }
span { border-color: rgb(212,18,47); }
td.TdClassName
{
border-color: #D4122F;
}
.TagClassName
{
border-color: #D4122F;
}
</style>