Shades of Fire Engine Red #D6182A
Tints of Fire Engine Red #D6182A
RGB
CMYK
RGB Variations
Color information
#D6182A (or 0xD6182A) is known color: Fire Engine Red. HEX triplet: D6, 18 and 2A. RGB value is (214,24,42). Sum of RGB (Red+Green+Blue) = 214+24+42=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D6182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6182A is #29E7D5. Grayscale: #525252. Windows color (decimal): -2746326 or 2758870. OLE color: 2758870.
HSL color Cylindrical-coordinate representation of color #D6182A: hue angle of 354.32º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6182A is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 42 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.16 |
| HSL | 354.32º | 0.8% | 0.47% | - |
| HSV(B) | 354.32º | 0.89% | 0.84% | - |
| XYZ | 28.48 | 15.12 | 3.61 | - |
| YUV | 82.86 | 104.95 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 42 | 0 | 0.89 | 0.80 | 0.16 | 354.32 | 0.8 | 0.47 |
| Hex | D6 | 18 | 2A | 0 | 59 | 50 | 10 | 162 | 50 | 2F |
| Octal | 326 | 30 | 52 | 0 | 131 | 120 | 20 | 542 | 120 | 57 |
| Binary | 11010110 | 11000 | 101010 | 0 | 1011001 | 1010000 | 10000 | 101100010 | 1010000 | 101111 |
Color Harmonies of #D6182A
Complementary color
Monochromatic Colors of #D6182A
Black with #D6182A
Text Example
Text Example
White with #D6182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6182A; }
p { color: rgb(214,24,42); }
H1.HeaderClassName
{
color: #D6182A;
}
.AnyTagClassName
{
color: #D6182A;
}
</style>
background-color css
<style>
a { background-color: #D6182A; }
a { background-color: rgb(214,24,42); }
div.DivClassName
{
background-color: #D6182A;
}
.BgClassName
{
background-color: #D6182A;
}
</style>
border-color css
<style>
span { border-color: #D6182A; }
span { border-color: rgb(214,24,42); }
td.TdClassName
{
border-color: #D6182A;
}
.TagClassName
{
border-color: #D6182A;
}
</style>