Shades of Fire Engine Red #D70A1F
Tints of Fire Engine Red #D70A1F
RGB
CMYK
RGB Variations
Color information
#D70A1F (or 0xD70A1F) is known color: Fire Engine Red. HEX triplet: D7, 0A and 1F. RGB value is (215,10,31). Sum of RGB (Red+Green+Blue) = 215+10+31=256 (33% of max value = 765). Red value is 215 (84.38% from 255 or 83.98% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70A1F is #28F5E0. Grayscale: #494949. Windows color (decimal): -2684385 or 2034391. OLE color: 2034391.
HSL color Cylindrical-coordinate representation of color #D70A1F: hue angle of 353.85º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70A1F is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 31 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.16 |
| HSL | 353.85º | 0.91% | 0.44% | - |
| HSV(B) | 353.85º | 0.95% | 0.84% | - |
| XYZ | 28.38 | 14.76 | 2.65 | - |
| YUV | 73.69 | 103.92 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 31 | 0 | 0.95 | 0.86 | 0.16 | 353.85 | 0.91 | 0.44 |
| Hex | D7 | A | 1F | 0 | 5F | 56 | 10 | 162 | 5B | 2C |
| Octal | 327 | 12 | 37 | 0 | 137 | 126 | 20 | 542 | 133 | 54 |
| Binary | 11010111 | 1010 | 11111 | 0 | 1011111 | 1010110 | 10000 | 101100010 | 1011011 | 101100 |
Color Harmonies of #D70A1F
Complementary color
Monochromatic Colors of #D70A1F
Black with #D70A1F
Text Example
Text Example
White with #D70A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70A1F; }
p { color: rgb(215,10,31); }
H1.HeaderClassName
{
color: #D70A1F;
}
.AnyTagClassName
{
color: #D70A1F;
}
</style>
background-color css
<style>
a { background-color: #D70A1F; }
a { background-color: rgb(215,10,31); }
div.DivClassName
{
background-color: #D70A1F;
}
.BgClassName
{
background-color: #D70A1F;
}
</style>
border-color css
<style>
span { border-color: #D70A1F; }
span { border-color: rgb(215,10,31); }
td.TdClassName
{
border-color: #D70A1F;
}
.TagClassName
{
border-color: #D70A1F;
}
</style>