Shades of Fire Engine Red #D70A1C
Tints of Fire Engine Red #D70A1C
RGB
CMYK
RGB Variations
Color information
#D70A1C (or 0xD70A1C) is known color: Fire Engine Red. HEX triplet: D7, 0A and 1C. RGB value is (215,10,28). Sum of RGB (Red+Green+Blue) = 215+10+28=253 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.98% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70A1C is #28F5E3. Grayscale: #494949. Windows color (decimal): -2684388 or 1837783. OLE color: 1837783.
HSL color Cylindrical-coordinate representation of color #D70A1C: hue angle of 354.73º 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 #D70A1C is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 28 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.16 |
| HSL | 354.73º | 0.91% | 0.44% | - |
| HSV(B) | 354.73º | 0.95% | 0.84% | - |
| XYZ | 28.34 | 14.75 | 2.45 | - |
| YUV | 73.35 | 102.42 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 28 | 0 | 0.95 | 0.87 | 0.16 | 354.73 | 0.91 | 0.44 |
| Hex | D7 | A | 1C | 0 | 5F | 57 | 10 | 163 | 5B | 2C |
| Octal | 327 | 12 | 34 | 0 | 137 | 127 | 20 | 543 | 133 | 54 |
| Binary | 11010111 | 1010 | 11100 | 0 | 1011111 | 1010111 | 10000 | 101100011 | 1011011 | 101100 |
Color Harmonies of #D70A1C
Complementary color
Monochromatic Colors of #D70A1C
Black with #D70A1C
Text Example
Text Example
White with #D70A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70A1C; }
p { color: rgb(215,10,28); }
H1.HeaderClassName
{
color: #D70A1C;
}
.AnyTagClassName
{
color: #D70A1C;
}
</style>
background-color css
<style>
a { background-color: #D70A1C; }
a { background-color: rgb(215,10,28); }
div.DivClassName
{
background-color: #D70A1C;
}
.BgClassName
{
background-color: #D70A1C;
}
</style>
border-color css
<style>
span { border-color: #D70A1C; }
span { border-color: rgb(215,10,28); }
td.TdClassName
{
border-color: #D70A1C;
}
.TagClassName
{
border-color: #D70A1C;
}
</style>