Shades of Fire Engine Red #D70423
Tints of Fire Engine Red #D70423
RGB
CMYK
RGB Variations
Color information
#D70423 (or 0xD70423) is known color: Fire Engine Red. HEX triplet: D7, 04 and 23. RGB value is (215,4,35). Sum of RGB (Red+Green+Blue) = 215+4+35=254 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.65% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 215 - color contains mainly: red. Hex color #D70423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70423 is #28FBDC. Grayscale: #464646. Windows color (decimal): -2685917 or 2294999. OLE color: 2294999.
HSL color Cylindrical-coordinate representation of color #D70423: hue angle of 351.18º degrees, saturation: 0.96, 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 #D70423 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 35 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.16 |
| HSL | 351.18º | 0.96% | 0.43% | - |
| HSV(B) | 351.18º | 0.98% | 0.84% | - |
| XYZ | 28.37 | 14.66 | 2.92 | - |
| YUV | 70.62 | 107.9 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 35 | 0 | 0.98 | 0.84 | 0.16 | 351.18 | 0.96 | 0.43 |
| Hex | D7 | 4 | 23 | 0 | 62 | 54 | 10 | 15F | 60 | 2B |
| Octal | 327 | 4 | 43 | 0 | 142 | 124 | 20 | 537 | 140 | 53 |
| Binary | 11010111 | 100 | 100011 | 0 | 1100010 | 1010100 | 10000 | 101011111 | 1100000 | 101011 |
Color Harmonies of #D70423
Complementary color
Monochromatic Colors of #D70423
Black with #D70423
Text Example
Text Example
White with #D70423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70423; }
p { color: rgb(215,4,35); }
H1.HeaderClassName
{
color: #D70423;
}
.AnyTagClassName
{
color: #D70423;
}
</style>
background-color css
<style>
a { background-color: #D70423; }
a { background-color: rgb(215,4,35); }
div.DivClassName
{
background-color: #D70423;
}
.BgClassName
{
background-color: #D70423;
}
</style>
border-color css
<style>
span { border-color: #D70423; }
span { border-color: rgb(215,4,35); }
td.TdClassName
{
border-color: #D70423;
}
.TagClassName
{
border-color: #D70423;
}
</style>