Shades of Fire Engine Red #D4202D
Tints of Fire Engine Red #D4202D
RGB
CMYK
RGB Variations
Color information
#D4202D (or 0xD4202D) is known color: Fire Engine Red. HEX triplet: D4, 20 and 2D. RGB value is (212,32,45). Sum of RGB (Red+Green+Blue) = 212+32+45=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D4202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4202D is #2BDFD2. Grayscale: #575757. Windows color (decimal): -2875347 or 2957524. OLE color: 2957524.
HSL color Cylindrical-coordinate representation of color #D4202D: hue angle of 355.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4202D is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 45 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.17 |
| HSL | 355.67º | 0.74% | 0.48% | - |
| HSV(B) | 355.67º | 0.85% | 0.83% | - |
| XYZ | 28.14 | 15.22 | 3.94 | - |
| YUV | 87.3 | 104.13 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 45 | 0 | 0.85 | 0.79 | 0.17 | 355.67 | 0.74 | 0.48 |
| Hex | D4 | 20 | 2D | 0 | 55 | 4F | 11 | 164 | 4A | 30 |
| Octal | 324 | 40 | 55 | 0 | 125 | 117 | 21 | 544 | 112 | 60 |
| Binary | 11010100 | 100000 | 101101 | 0 | 1010101 | 1001111 | 10001 | 101100100 | 1001010 | 110000 |
Color Harmonies of #D4202D
Complementary color
Monochromatic Colors of #D4202D
Black with #D4202D
Text Example
Text Example
White with #D4202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4202D; }
p { color: rgb(212,32,45); }
H1.HeaderClassName
{
color: #D4202D;
}
.AnyTagClassName
{
color: #D4202D;
}
</style>
background-color css
<style>
a { background-color: #D4202D; }
a { background-color: rgb(212,32,45); }
div.DivClassName
{
background-color: #D4202D;
}
.BgClassName
{
background-color: #D4202D;
}
</style>
border-color css
<style>
span { border-color: #D4202D; }
span { border-color: rgb(212,32,45); }
td.TdClassName
{
border-color: #D4202D;
}
.TagClassName
{
border-color: #D4202D;
}
</style>