Shades of Fire Engine Red #D31429
Tints of Fire Engine Red #D31429
RGB
CMYK
RGB Variations
Color information
#D31429 (or 0xD31429) is known color: Fire Engine Red. HEX triplet: D3, 14 and 29. RGB value is (211,20,41). Sum of RGB (Red+Green+Blue) = 211+20+41=272 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.57% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 211 - color contains mainly: red. Hex color #D31429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31429 is #2CEBD6. Grayscale: #4F4F4F. Windows color (decimal): -2943959 or 2692307. OLE color: 2692307.
HSL color Cylindrical-coordinate representation of color #D31429: hue angle of 353.4º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31429 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 41 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.17 |
| HSL | 353.4º | 0.83% | 0.45% | - |
| HSV(B) | 353.4º | 0.91% | 0.83% | - |
| XYZ | 27.51 | 14.51 | 3.45 | - |
| YUV | 79.5 | 106.28 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 41 | 0 | 0.91 | 0.81 | 0.17 | 353.4 | 0.83 | 0.45 |
| Hex | D3 | 14 | 29 | 0 | 5B | 51 | 11 | 161 | 53 | 2D |
| Octal | 323 | 24 | 51 | 0 | 133 | 121 | 21 | 541 | 123 | 55 |
| Binary | 11010011 | 10100 | 101001 | 0 | 1011011 | 1010001 | 10001 | 101100001 | 1010011 | 101101 |
Color Harmonies of #D31429
Complementary color
Monochromatic Colors of #D31429
Black with #D31429
Text Example
Text Example
White with #D31429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31429; }
p { color: rgb(211,20,41); }
H1.HeaderClassName
{
color: #D31429;
}
.AnyTagClassName
{
color: #D31429;
}
</style>
background-color css
<style>
a { background-color: #D31429; }
a { background-color: rgb(211,20,41); }
div.DivClassName
{
background-color: #D31429;
}
.BgClassName
{
background-color: #D31429;
}
</style>
border-color css
<style>
span { border-color: #D31429; }
span { border-color: rgb(211,20,41); }
td.TdClassName
{
border-color: #D31429;
}
.TagClassName
{
border-color: #D31429;
}
</style>