Shades of Fire Engine Red #D71429
Tints of Fire Engine Red #D71429
RGB
CMYK
RGB Variations
Color information
#D71429 (or 0xD71429) is known color: Fire Engine Red. HEX triplet: D7, 14 and 29. RGB value is (215,20,41). Sum of RGB (Red+Green+Blue) = 215+20+41=276 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.90% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 215 - color contains mainly: red. Hex color #D71429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71429 is #28EBD6. Grayscale: #505050. Windows color (decimal): -2681815 or 2692311. OLE color: 2692311.
HSL color Cylindrical-coordinate representation of color #D71429: hue angle of 353.54º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71429 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 41 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.16 |
| HSL | 353.54º | 0.83% | 0.46% | - |
| HSV(B) | 353.54º | 0.91% | 0.84% | - |
| XYZ | 28.67 | 15.11 | 3.5 | - |
| YUV | 80.7 | 105.6 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 41 | 0 | 0.91 | 0.81 | 0.16 | 353.54 | 0.83 | 0.46 |
| Hex | D7 | 14 | 29 | 0 | 5B | 51 | 10 | 162 | 53 | 2E |
| Octal | 327 | 24 | 51 | 0 | 133 | 121 | 20 | 542 | 123 | 56 |
| Binary | 11010111 | 10100 | 101001 | 0 | 1011011 | 1010001 | 10000 | 101100010 | 1010011 | 101110 |
Color Harmonies of #D71429
Complementary color
Monochromatic Colors of #D71429
Black with #D71429
Text Example
Text Example
White with #D71429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71429; }
p { color: rgb(215,20,41); }
H1.HeaderClassName
{
color: #D71429;
}
.AnyTagClassName
{
color: #D71429;
}
</style>
background-color css
<style>
a { background-color: #D71429; }
a { background-color: rgb(215,20,41); }
div.DivClassName
{
background-color: #D71429;
}
.BgClassName
{
background-color: #D71429;
}
</style>
border-color css
<style>
span { border-color: #D71429; }
span { border-color: rgb(215,20,41); }
td.TdClassName
{
border-color: #D71429;
}
.TagClassName
{
border-color: #D71429;
}
</style>