Shades of Fire Engine Red #D4181C
Tints of Fire Engine Red #D4181C
RGB
CMYK
RGB Variations
Color information
#D4181C (or 0xD4181C) is known color: Fire Engine Red. HEX triplet: D4, 18 and 1C. RGB value is (212,24,28). Sum of RGB (Red+Green+Blue) = 212+24+28=264 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.30% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 212 - color contains mainly: red. Hex color #D4181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4181C is #2BE7E3. Grayscale: #505050. Windows color (decimal): -2877412 or 1841364. OLE color: 1841364.
HSL color Cylindrical-coordinate representation of color #D4181C: hue angle of 358.72º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4181C is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 28 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.17 |
| HSL | 358.72º | 0.8% | 0.46% | - |
| HSV(B) | 358.72º | 0.89% | 0.83% | - |
| XYZ | 27.69 | 14.73 | 2.48 | - |
| YUV | 80.67 | 98.28 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 28 | 0 | 0.89 | 0.87 | 0.17 | 358.72 | 0.8 | 0.46 |
| Hex | D4 | 18 | 1C | 0 | 59 | 57 | 11 | 167 | 50 | 2E |
| Octal | 324 | 30 | 34 | 0 | 131 | 127 | 21 | 547 | 120 | 56 |
| Binary | 11010100 | 11000 | 11100 | 0 | 1011001 | 1010111 | 10001 | 101100111 | 1010000 | 101110 |
Color Harmonies of #D4181C
Complementary color
Monochromatic Colors of #D4181C
Black with #D4181C
Text Example
Text Example
White with #D4181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4181C; }
p { color: rgb(212,24,28); }
H1.HeaderClassName
{
color: #D4181C;
}
.AnyTagClassName
{
color: #D4181C;
}
</style>
background-color css
<style>
a { background-color: #D4181C; }
a { background-color: rgb(212,24,28); }
div.DivClassName
{
background-color: #D4181C;
}
.BgClassName
{
background-color: #D4181C;
}
</style>
border-color css
<style>
span { border-color: #D4181C; }
span { border-color: rgb(212,24,28); }
td.TdClassName
{
border-color: #D4181C;
}
.TagClassName
{
border-color: #D4181C;
}
</style>