Shades of Crimson #D4162F
Tints of Crimson #D4162F
RGB
CMYK
RGB Variations
Color information
#D4162F (or 0xD4162F) is known color: Crimson. HEX triplet: D4, 16 and 2F. RGB value is (212,22,47). Sum of RGB (Red+Green+Blue) = 212+22+47=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D4162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4162F is #2BE9D0. Grayscale: #515151. Windows color (decimal): -2877905 or 3086036. OLE color: 3086036.
HSL color Cylindrical-coordinate representation of color #D4162F: hue angle of 352.11º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4162F is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 47 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.17 |
| HSL | 352.11º | 0.81% | 0.46% | - |
| HSV(B) | 352.11º | 0.9% | 0.83% | - |
| XYZ | 27.95 | 14.78 | 4.07 | - |
| YUV | 81.66 | 108.45 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 47 | 0 | 0.90 | 0.78 | 0.17 | 352.11 | 0.81 | 0.46 |
| Hex | D4 | 16 | 2F | 0 | 5A | 4E | 11 | 160 | 51 | 2E |
| Octal | 324 | 26 | 57 | 0 | 132 | 116 | 21 | 540 | 121 | 56 |
| Binary | 11010100 | 10110 | 101111 | 0 | 1011010 | 1001110 | 10001 | 101100000 | 1010001 | 101110 |
Color Harmonies of #D4162F
Complementary color
Monochromatic Colors of #D4162F
Black with #D4162F
Text Example
Text Example
White with #D4162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4162F; }
p { color: rgb(212,22,47); }
H1.HeaderClassName
{
color: #D4162F;
}
.AnyTagClassName
{
color: #D4162F;
}
</style>
background-color css
<style>
a { background-color: #D4162F; }
a { background-color: rgb(212,22,47); }
div.DivClassName
{
background-color: #D4162F;
}
.BgClassName
{
background-color: #D4162F;
}
</style>
border-color css
<style>
span { border-color: #D4162F; }
span { border-color: rgb(212,22,47); }
td.TdClassName
{
border-color: #D4162F;
}
.TagClassName
{
border-color: #D4162F;
}
</style>