Shades of Fire Engine Red #D6162A
Tints of Fire Engine Red #D6162A
RGB
CMYK
RGB Variations
Color information
#D6162A (or 0xD6162A) is known color: Fire Engine Red. HEX triplet: D6, 16 and 2A. RGB value is (214,22,42). Sum of RGB (Red+Green+Blue) = 214+22+42=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D6162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6162A is #29E9D5. Grayscale: #515151. Windows color (decimal): -2746838 or 2758358. OLE color: 2758358.
HSL color Cylindrical-coordinate representation of color #D6162A: hue angle of 353.75º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6162A is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 42 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.16 |
| HSL | 353.75º | 0.81% | 0.46% | - |
| HSV(B) | 353.75º | 0.9% | 0.84% | - |
| XYZ | 28.44 | 15.04 | 3.59 | - |
| YUV | 81.69 | 105.61 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 42 | 0 | 0.90 | 0.80 | 0.16 | 353.75 | 0.81 | 0.46 |
| Hex | D6 | 16 | 2A | 0 | 5A | 50 | 10 | 162 | 51 | 2E |
| Octal | 326 | 26 | 52 | 0 | 132 | 120 | 20 | 542 | 121 | 56 |
| Binary | 11010110 | 10110 | 101010 | 0 | 1011010 | 1010000 | 10000 | 101100010 | 1010001 | 101110 |
Color Harmonies of #D6162A
Complementary color
Monochromatic Colors of #D6162A
Black with #D6162A
Text Example
Text Example
White with #D6162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6162A; }
p { color: rgb(214,22,42); }
H1.HeaderClassName
{
color: #D6162A;
}
.AnyTagClassName
{
color: #D6162A;
}
</style>
background-color css
<style>
a { background-color: #D6162A; }
a { background-color: rgb(214,22,42); }
div.DivClassName
{
background-color: #D6162A;
}
.BgClassName
{
background-color: #D6162A;
}
</style>
border-color css
<style>
span { border-color: #D6162A; }
span { border-color: rgb(214,22,42); }
td.TdClassName
{
border-color: #D6162A;
}
.TagClassName
{
border-color: #D6162A;
}
</style>