Shades of Fire Engine Red #D70529
Tints of Fire Engine Red #D70529
RGB
CMYK
RGB Variations
Color information
#D70529 (or 0xD70529) is known color: Fire Engine Red. HEX triplet: D7, 05 and 29. RGB value is (215,5,41). Sum of RGB (Red+Green+Blue) = 215+5+41=261 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.38% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 215 - color contains mainly: red. Hex color #D70529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70529 is #28FAD6. Grayscale: #474747. Windows color (decimal): -2685655 or 2688471. OLE color: 2688471.
HSL color Cylindrical-coordinate representation of color #D70529: hue angle of 349.71º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70529 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.16 |
| HSL | 349.71º | 0.95% | 0.43% | - |
| HSV(B) | 349.71º | 0.98% | 0.84% | - |
| XYZ | 28.48 | 14.72 | 3.44 | - |
| YUV | 71.89 | 110.57 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 41 | 0 | 0.98 | 0.81 | 0.16 | 349.71 | 0.95 | 0.43 |
| Hex | D7 | 5 | 29 | 0 | 62 | 51 | 10 | 15E | 5F | 2B |
| Octal | 327 | 5 | 51 | 0 | 142 | 121 | 20 | 536 | 137 | 53 |
| Binary | 11010111 | 101 | 101001 | 0 | 1100010 | 1010001 | 10000 | 101011110 | 1011111 | 101011 |
Color Harmonies of #D70529
Complementary color
Monochromatic Colors of #D70529
Black with #D70529
Text Example
Text Example
White with #D70529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70529; }
p { color: rgb(215,5,41); }
H1.HeaderClassName
{
color: #D70529;
}
.AnyTagClassName
{
color: #D70529;
}
</style>
background-color css
<style>
a { background-color: #D70529; }
a { background-color: rgb(215,5,41); }
div.DivClassName
{
background-color: #D70529;
}
.BgClassName
{
background-color: #D70529;
}
</style>
border-color css
<style>
span { border-color: #D70529; }
span { border-color: rgb(215,5,41); }
td.TdClassName
{
border-color: #D70529;
}
.TagClassName
{
border-color: #D70529;
}
</style>