Shades of Fire Engine Red #D70A25
Tints of Fire Engine Red #D70A25
RGB
CMYK
RGB Variations
Color information
#D70A25 (or 0xD70A25) is known color: Fire Engine Red. HEX triplet: D7, 0A and 25. RGB value is (215,10,37). Sum of RGB (Red+Green+Blue) = 215+10+37=262 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.06% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70A25 is #28F5DA. Grayscale: #4A4A4A. Windows color (decimal): -2684379 or 2427607. OLE color: 2427607.
HSL color Cylindrical-coordinate representation of color #D70A25: hue angle of 352.1º 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 #D70A25 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 37 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.16 |
| HSL | 352.1º | 0.91% | 0.44% | - |
| HSV(B) | 352.1º | 0.95% | 0.84% | - |
| XYZ | 28.47 | 14.8 | 3.11 | - |
| YUV | 74.37 | 106.92 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 37 | 0 | 0.95 | 0.83 | 0.16 | 352.1 | 0.91 | 0.44 |
| Hex | D7 | A | 25 | 0 | 5F | 53 | 10 | 160 | 5B | 2C |
| Octal | 327 | 12 | 45 | 0 | 137 | 123 | 20 | 540 | 133 | 54 |
| Binary | 11010111 | 1010 | 100101 | 0 | 1011111 | 1010011 | 10000 | 101100000 | 1011011 | 101100 |
Color Harmonies of #D70A25
Complementary color
Monochromatic Colors of #D70A25
Black with #D70A25
Text Example
Text Example
White with #D70A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70A25; }
p { color: rgb(215,10,37); }
H1.HeaderClassName
{
color: #D70A25;
}
.AnyTagClassName
{
color: #D70A25;
}
</style>
background-color css
<style>
a { background-color: #D70A25; }
a { background-color: rgb(215,10,37); }
div.DivClassName
{
background-color: #D70A25;
}
.BgClassName
{
background-color: #D70A25;
}
</style>
border-color css
<style>
span { border-color: #D70A25; }
span { border-color: rgb(215,10,37); }
td.TdClassName
{
border-color: #D70A25;
}
.TagClassName
{
border-color: #D70A25;
}
</style>