Shades of Fire Engine Red #D4081F
Tints of Fire Engine Red #D4081F
RGB
CMYK
RGB Variations
Color information
#D4081F (or 0xD4081F) is known color: Fire Engine Red. HEX triplet: D4, 08 and 1F. RGB value is (212,8,31). Sum of RGB (Red+Green+Blue) = 212+8+31=251 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.46% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 212 - color contains mainly: red. Hex color #D4081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4081F is #2BF7E0. Grayscale: #474747. Windows color (decimal): -2881505 or 2033876. OLE color: 2033876.
HSL color Cylindrical-coordinate representation of color #D4081F: hue angle of 353.24º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4081F is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 31 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.17 |
| HSL | 353.24º | 0.93% | 0.43% | - |
| HSV(B) | 353.24º | 0.96% | 0.83% | - |
| XYZ | 27.49 | 14.27 | 2.6 | - |
| YUV | 71.62 | 105.09 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 31 | 0 | 0.96 | 0.85 | 0.17 | 353.24 | 0.93 | 0.43 |
| Hex | D4 | 8 | 1F | 0 | 60 | 55 | 11 | 161 | 5D | 2B |
| Octal | 324 | 10 | 37 | 0 | 140 | 125 | 21 | 541 | 135 | 53 |
| Binary | 11010100 | 1000 | 11111 | 0 | 1100000 | 1010101 | 10001 | 101100001 | 1011101 | 101011 |
Color Harmonies of #D4081F
Complementary color
Monochromatic Colors of #D4081F
Black with #D4081F
Text Example
Text Example
White with #D4081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4081F; }
p { color: rgb(212,8,31); }
H1.HeaderClassName
{
color: #D4081F;
}
.AnyTagClassName
{
color: #D4081F;
}
</style>
background-color css
<style>
a { background-color: #D4081F; }
a { background-color: rgb(212,8,31); }
div.DivClassName
{
background-color: #D4081F;
}
.BgClassName
{
background-color: #D4081F;
}
</style>
border-color css
<style>
span { border-color: #D4081F; }
span { border-color: rgb(212,8,31); }
td.TdClassName
{
border-color: #D4081F;
}
.TagClassName
{
border-color: #D4081F;
}
</style>