Shades of Fire Engine Red #D4052B
Tints of Fire Engine Red #D4052B
RGB
CMYK
RGB Variations
Color information
#D4052B (or 0xD4052B) is known color: Fire Engine Red. HEX triplet: D4, 05 and 2B. RGB value is (212,5,43). Sum of RGB (Red+Green+Blue) = 212+5+43=260 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.54% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 212 - color contains mainly: red. Hex color #D4052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4052B is #2BFAD4. Grayscale: #474747. Windows color (decimal): -2882261 or 2819540. OLE color: 2819540.
HSL color Cylindrical-coordinate representation of color #D4052B: hue angle of 348.99º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4052B is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 43 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.17 |
| HSL | 348.99º | 0.95% | 0.43% | - |
| HSV(B) | 348.99º | 0.98% | 0.83% | - |
| XYZ | 27.64 | 14.28 | 3.58 | - |
| YUV | 71.23 | 112.08 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 43 | 0 | 0.98 | 0.80 | 0.17 | 348.99 | 0.95 | 0.43 |
| Hex | D4 | 5 | 2B | 0 | 62 | 50 | 11 | 15D | 5F | 2B |
| Octal | 324 | 5 | 53 | 0 | 142 | 120 | 21 | 535 | 137 | 53 |
| Binary | 11010100 | 101 | 101011 | 0 | 1100010 | 1010000 | 10001 | 101011101 | 1011111 | 101011 |
Color Harmonies of #D4052B
Complementary color
Monochromatic Colors of #D4052B
Black with #D4052B
Text Example
Text Example
White with #D4052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4052B; }
p { color: rgb(212,5,43); }
H1.HeaderClassName
{
color: #D4052B;
}
.AnyTagClassName
{
color: #D4052B;
}
</style>
background-color css
<style>
a { background-color: #D4052B; }
a { background-color: rgb(212,5,43); }
div.DivClassName
{
background-color: #D4052B;
}
.BgClassName
{
background-color: #D4052B;
}
</style>
border-color css
<style>
span { border-color: #D4052B; }
span { border-color: rgb(212,5,43); }
td.TdClassName
{
border-color: #D4052B;
}
.TagClassName
{
border-color: #D4052B;
}
</style>