Shades of Fire Engine Red #EF0D12
Tints of Fire Engine Red #EF0D12
RGB
CMYK
RGB Variations
Color information
#EF0D12 (or 0xEF0D12) is known color: Fire Engine Red. HEX triplet: EF, 0D and 12. RGB value is (239,13,18). Sum of RGB (Red+Green+Blue) = 239+13+18=270 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.52% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0D12 is #10F2ED. Grayscale: #515151. Windows color (decimal): -1110766 or 1183215. OLE color: 1183215.
HSL color Cylindrical-coordinate representation of color #EF0D12: hue angle of 358.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0D12 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 18 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.06 |
| HSL | 358.67º | 0.9% | 0.49% | - |
| HSV(B) | 358.67º | 0.95% | 0.94% | - |
| XYZ | 35.85 | 18.68 | 2.29 | - |
| YUV | 81.14 | 92.37 | 240.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 18 | 0 | 0.95 | 0.92 | 0.06 | 358.67 | 0.9 | 0.49 |
| Hex | EF | D | 12 | 0 | 5F | 5C | 6 | 167 | 5A | 31 |
| Octal | 357 | 15 | 22 | 0 | 137 | 134 | 6 | 547 | 132 | 61 |
| Binary | 11101111 | 1101 | 10010 | 0 | 1011111 | 1011100 | 110 | 101100111 | 1011010 | 110001 |
Color Harmonies of #EF0D12
Complementary color
Monochromatic Colors of #EF0D12
Black with #EF0D12
Text Example
Text Example
White with #EF0D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0D12; }
p { color: rgb(239,13,18); }
H1.HeaderClassName
{
color: #EF0D12;
}
.AnyTagClassName
{
color: #EF0D12;
}
</style>
background-color css
<style>
a { background-color: #EF0D12; }
a { background-color: rgb(239,13,18); }
div.DivClassName
{
background-color: #EF0D12;
}
.BgClassName
{
background-color: #EF0D12;
}
</style>
border-color css
<style>
span { border-color: #EF0D12; }
span { border-color: rgb(239,13,18); }
td.TdClassName
{
border-color: #EF0D12;
}
.TagClassName
{
border-color: #EF0D12;
}
</style>