Shades of Fire Engine Red #D6122A
Tints of Fire Engine Red #D6122A
RGB
CMYK
RGB Variations
Color information
#D6122A (or 0xD6122A) is known color: Fire Engine Red. HEX triplet: D6, 12 and 2A. RGB value is (214,18,42). Sum of RGB (Red+Green+Blue) = 214+18+42=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D6122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6122A is #29EDD5. Grayscale: #4F4F4F. Windows color (decimal): -2747862 or 2757334. OLE color: 2757334.
HSL color Cylindrical-coordinate representation of color #D6122A: hue angle of 352.65º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6122A is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 42 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.16 |
| HSL | 352.65º | 0.84% | 0.45% | - |
| HSV(B) | 352.65º | 0.92% | 0.84% | - |
| XYZ | 28.37 | 14.9 | 3.57 | - |
| YUV | 79.34 | 106.93 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 42 | 0 | 0.92 | 0.80 | 0.16 | 352.65 | 0.84 | 0.45 |
| Hex | D6 | 12 | 2A | 0 | 5C | 50 | 10 | 161 | 54 | 2D |
| Octal | 326 | 22 | 52 | 0 | 134 | 120 | 20 | 541 | 124 | 55 |
| Binary | 11010110 | 10010 | 101010 | 0 | 1011100 | 1010000 | 10000 | 101100001 | 1010100 | 101101 |
Color Harmonies of #D6122A
Complementary color
Monochromatic Colors of #D6122A
Black with #D6122A
Text Example
Text Example
White with #D6122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6122A; }
p { color: rgb(214,18,42); }
H1.HeaderClassName
{
color: #D6122A;
}
.AnyTagClassName
{
color: #D6122A;
}
</style>
background-color css
<style>
a { background-color: #D6122A; }
a { background-color: rgb(214,18,42); }
div.DivClassName
{
background-color: #D6122A;
}
.BgClassName
{
background-color: #D6122A;
}
</style>
border-color css
<style>
span { border-color: #D6122A; }
span { border-color: rgb(214,18,42); }
td.TdClassName
{
border-color: #D6122A;
}
.TagClassName
{
border-color: #D6122A;
}
</style>