Shades of Fire Engine Red #D70128
Tints of Fire Engine Red #D70128
RGB
CMYK
RGB Variations
Color information
#D70128 (or 0xD70128) is known color: Fire Engine Red. HEX triplet: D7, 01 and 28. RGB value is (215,1,40). Sum of RGB (Red+Green+Blue) = 215+1+40=256 (33% of max value = 765). Red value is 215 (84.38% from 255 or 83.98% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 215 - color contains mainly: red. Hex color #D70128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70128 is #28FED7. Grayscale: #454545. Windows color (decimal): -2686680 or 2621911. OLE color: 2621911.
HSL color Cylindrical-coordinate representation of color #D70128: hue angle of 349.07º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70128 is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.16 |
| HSL | 349.07º | 0.99% | 0.42% | - |
| HSV(B) | 349.07º | 1% | 0.84% | - |
| XYZ | 28.42 | 14.62 | 3.33 | - |
| YUV | 69.43 | 111.4 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 40 | 0 | 1.00 | 0.81 | 0.16 | 349.07 | 0.99 | 0.42 |
| Hex | D7 | 1 | 28 | 0 | 64 | 51 | 10 | 15D | 63 | 2A |
| Octal | 327 | 1 | 50 | 0 | 144 | 121 | 20 | 535 | 143 | 52 |
| Binary | 11010111 | 1 | 101000 | 0 | 1100100 | 1010001 | 10000 | 101011101 | 1100011 | 101010 |
Color Harmonies of #D70128
Complementary color
Monochromatic Colors of #D70128
Black with #D70128
Text Example
Text Example
White with #D70128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70128; }
p { color: rgb(215,1,40); }
H1.HeaderClassName
{
color: #D70128;
}
.AnyTagClassName
{
color: #D70128;
}
</style>
background-color css
<style>
a { background-color: #D70128; }
a { background-color: rgb(215,1,40); }
div.DivClassName
{
background-color: #D70128;
}
.BgClassName
{
background-color: #D70128;
}
</style>
border-color css
<style>
span { border-color: #D70128; }
span { border-color: rgb(215,1,40); }
td.TdClassName
{
border-color: #D70128;
}
.TagClassName
{
border-color: #D70128;
}
</style>