Shades of Fire Engine Red #D4152A
Tints of Fire Engine Red #D4152A
RGB
CMYK
RGB Variations
Color information
#D4152A (or 0xD4152A) is known color: Fire Engine Red. HEX triplet: D4, 15 and 2A. RGB value is (212,21,42). Sum of RGB (Red+Green+Blue) = 212+21+42=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D4152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4152A is #2BEAD5. Grayscale: #505050. Windows color (decimal): -2878166 or 2758100. OLE color: 2758100.
HSL color Cylindrical-coordinate representation of color #D4152A: hue angle of 353.4º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4152A is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 42 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.17 |
| HSL | 353.4º | 0.82% | 0.46% | - |
| HSV(B) | 353.4º | 0.9% | 0.83% | - |
| XYZ | 27.84 | 14.7 | 3.56 | - |
| YUV | 80.5 | 106.28 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 42 | 0 | 0.90 | 0.80 | 0.17 | 353.4 | 0.82 | 0.46 |
| Hex | D4 | 15 | 2A | 0 | 5A | 50 | 11 | 161 | 52 | 2E |
| Octal | 324 | 25 | 52 | 0 | 132 | 120 | 21 | 541 | 122 | 56 |
| Binary | 11010100 | 10101 | 101010 | 0 | 1011010 | 1010000 | 10001 | 101100001 | 1010010 | 101110 |
Color Harmonies of #D4152A
Complementary color
Monochromatic Colors of #D4152A
Black with #D4152A
Text Example
Text Example
White with #D4152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4152A; }
p { color: rgb(212,21,42); }
H1.HeaderClassName
{
color: #D4152A;
}
.AnyTagClassName
{
color: #D4152A;
}
</style>
background-color css
<style>
a { background-color: #D4152A; }
a { background-color: rgb(212,21,42); }
div.DivClassName
{
background-color: #D4152A;
}
.BgClassName
{
background-color: #D4152A;
}
</style>
border-color css
<style>
span { border-color: #D4152A; }
span { border-color: rgb(212,21,42); }
td.TdClassName
{
border-color: #D4152A;
}
.TagClassName
{
border-color: #D4152A;
}
</style>