Shades of Fire Engine Red #D6092A
Tints of Fire Engine Red #D6092A
RGB
CMYK
RGB Variations
Color information
#D6092A (or 0xD6092A) is known color: Fire Engine Red. HEX triplet: D6, 09 and 2A. RGB value is (214,9,42). Sum of RGB (Red+Green+Blue) = 214+9+42=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D6092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6092A is #29F6D5. Grayscale: #4A4A4A. Windows color (decimal): -2750166 or 2755030. OLE color: 2755030.
HSL color Cylindrical-coordinate representation of color #D6092A: hue angle of 350.34º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6092A is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 42 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.16 |
| HSL | 350.34º | 0.92% | 0.44% | - |
| HSV(B) | 350.34º | 0.96% | 0.84% | - |
| XYZ | 28.25 | 14.66 | 3.53 | - |
| YUV | 74.06 | 109.92 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 42 | 0 | 0.96 | 0.80 | 0.16 | 350.34 | 0.92 | 0.44 |
| Hex | D6 | 9 | 2A | 0 | 60 | 50 | 10 | 15E | 5C | 2C |
| Octal | 326 | 11 | 52 | 0 | 140 | 120 | 20 | 536 | 134 | 54 |
| Binary | 11010110 | 1001 | 101010 | 0 | 1100000 | 1010000 | 10000 | 101011110 | 1011100 | 101100 |
Color Harmonies of #D6092A
Complementary color
Monochromatic Colors of #D6092A
Black with #D6092A
Text Example
Text Example
White with #D6092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6092A; }
p { color: rgb(214,9,42); }
H1.HeaderClassName
{
color: #D6092A;
}
.AnyTagClassName
{
color: #D6092A;
}
</style>
background-color css
<style>
a { background-color: #D6092A; }
a { background-color: rgb(214,9,42); }
div.DivClassName
{
background-color: #D6092A;
}
.BgClassName
{
background-color: #D6092A;
}
</style>
border-color css
<style>
span { border-color: #D6092A; }
span { border-color: rgb(214,9,42); }
td.TdClassName
{
border-color: #D6092A;
}
.TagClassName
{
border-color: #D6092A;
}
</style>