Shades of Fire Engine Red #D7182A
Tints of Fire Engine Red #D7182A
RGB
CMYK
RGB Variations
Color information
#D7182A (or 0xD7182A) is known color: Fire Engine Red. HEX triplet: D7, 18 and 2A. RGB value is (215,24,42). Sum of RGB (Red+Green+Blue) = 215+24+42=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D7182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7182A is #28E7D5. Grayscale: #535353. Windows color (decimal): -2680790 or 2758871. OLE color: 2758871.
HSL color Cylindrical-coordinate representation of color #D7182A: hue angle of 354.35º 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 #D7182A is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 42 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.16 |
| HSL | 354.35º | 0.8% | 0.47% | - |
| HSV(B) | 354.35º | 0.89% | 0.84% | - |
| XYZ | 28.77 | 15.27 | 3.62 | - |
| YUV | 83.16 | 104.78 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 42 | 0 | 0.89 | 0.80 | 0.16 | 354.35 | 0.8 | 0.47 |
| Hex | D7 | 18 | 2A | 0 | 59 | 50 | 10 | 162 | 50 | 2F |
| Octal | 327 | 30 | 52 | 0 | 131 | 120 | 20 | 542 | 120 | 57 |
| Binary | 11010111 | 11000 | 101010 | 0 | 1011001 | 1010000 | 10000 | 101100010 | 1010000 | 101111 |
Color Harmonies of #D7182A
Complementary color
Monochromatic Colors of #D7182A
Black with #D7182A
Text Example
Text Example
White with #D7182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7182A; }
p { color: rgb(215,24,42); }
H1.HeaderClassName
{
color: #D7182A;
}
.AnyTagClassName
{
color: #D7182A;
}
</style>
background-color css
<style>
a { background-color: #D7182A; }
a { background-color: rgb(215,24,42); }
div.DivClassName
{
background-color: #D7182A;
}
.BgClassName
{
background-color: #D7182A;
}
</style>
border-color css
<style>
span { border-color: #D7182A; }
span { border-color: rgb(215,24,42); }
td.TdClassName
{
border-color: #D7182A;
}
.TagClassName
{
border-color: #D7182A;
}
</style>