Shades of Cinnabar #EF4A1E
Tints of Cinnabar #EF4A1E
RGB
CMYK
RGB Variations
Color information
#EF4A1E (or 0xEF4A1E) is known color: Cinnabar. HEX triplet: EF, 4A and 1E. RGB value is (239,74,30). Sum of RGB (Red+Green+Blue) = 239+74+30=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4A1E is #10B5E1. Grayscale: #767676. Windows color (decimal): -1095138 or 1985263. OLE color: 1985263.
HSL color Cylindrical-coordinate representation of color #EF4A1E: hue angle of 12.63º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF4A1E is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 30 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.06 |
| HSL | 12.63º | 0.87% | 0.53% | - |
| HSV(B) | 12.63º | 0.87% | 0.94% | - |
| XYZ | 38.28 | 23.34 | 3.72 | - |
| YUV | 118.32 | 78.16 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 30 | 0 | 0.69 | 0.87 | 0.06 | 12.63 | 0.87 | 0.53 |
| Hex | EF | 4A | 1E | 0 | 45 | 57 | 6 | D | 57 | 35 |
| Octal | 357 | 112 | 36 | 0 | 105 | 127 | 6 | 15 | 127 | 65 |
| Binary | 11101111 | 1001010 | 11110 | 0 | 1000101 | 1010111 | 110 | 1101 | 1010111 | 110101 |
Color Harmonies of #EF4A1E
Complementary color
Monochromatic Colors of #EF4A1E
Black with #EF4A1E
Text Example
Text Example
White with #EF4A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A1E; }
p { color: rgb(239,74,30); }
H1.HeaderClassName
{
color: #EF4A1E;
}
.AnyTagClassName
{
color: #EF4A1E;
}
</style>
background-color css
<style>
a { background-color: #EF4A1E; }
a { background-color: rgb(239,74,30); }
div.DivClassName
{
background-color: #EF4A1E;
}
.BgClassName
{
background-color: #EF4A1E;
}
</style>
border-color css
<style>
span { border-color: #EF4A1E; }
span { border-color: rgb(239,74,30); }
td.TdClassName
{
border-color: #EF4A1E;
}
.TagClassName
{
border-color: #EF4A1E;
}
</style>