Shades of Fire Engine Red #D62429
Tints of Fire Engine Red #D62429
RGB
CMYK
RGB Variations
Color information
#D62429 (or 0xD62429) is known color: Fire Engine Red. HEX triplet: D6, 24 and 29. RGB value is (214,36,41). Sum of RGB (Red+Green+Blue) = 214+36+41=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D62429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62429 is #29DBD6. Grayscale: #595959. Windows color (decimal): -2743255 or 2696406. OLE color: 2696406.
HSL color Cylindrical-coordinate representation of color #D62429: hue angle of 358.31º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62429 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 41 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.16 |
| HSL | 358.31º | 0.71% | 0.49% | - |
| HSV(B) | 358.31º | 0.83% | 0.84% | - |
| XYZ | 28.76 | 15.72 | 3.62 | - |
| YUV | 89.79 | 100.47 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 41 | 0 | 0.83 | 0.81 | 0.16 | 358.31 | 0.71 | 0.49 |
| Hex | D6 | 24 | 29 | 0 | 53 | 51 | 10 | 166 | 47 | 31 |
| Octal | 326 | 44 | 51 | 0 | 123 | 121 | 20 | 546 | 107 | 61 |
| Binary | 11010110 | 100100 | 101001 | 0 | 1010011 | 1010001 | 10000 | 101100110 | 1000111 | 110001 |
Color Harmonies of #D62429
Complementary color
Monochromatic Colors of #D62429
Black with #D62429
Text Example
Text Example
White with #D62429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62429; }
p { color: rgb(214,36,41); }
H1.HeaderClassName
{
color: #D62429;
}
.AnyTagClassName
{
color: #D62429;
}
</style>
background-color css
<style>
a { background-color: #D62429; }
a { background-color: rgb(214,36,41); }
div.DivClassName
{
background-color: #D62429;
}
.BgClassName
{
background-color: #D62429;
}
</style>
border-color css
<style>
span { border-color: #D62429; }
span { border-color: rgb(214,36,41); }
td.TdClassName
{
border-color: #D62429;
}
.TagClassName
{
border-color: #D62429;
}
</style>