Shades of Cinnabar #EF501E
Tints of Cinnabar #EF501E
RGB
CMYK
RGB Variations
Color information
#EF501E (or 0xEF501E) is known color: Cinnabar. HEX triplet: EF, 50 and 1E. RGB value is (239,80,30). Sum of RGB (Red+Green+Blue) = 239+80+30=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF501E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF501E is #10AFE1. Grayscale: #7A7A7A. Windows color (decimal): -1093602 or 1986799. OLE color: 1986799.
HSL color Cylindrical-coordinate representation of color #EF501E: hue angle of 14.35º 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 #EF501E is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 30 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.06 |
| HSL | 14.35º | 0.87% | 0.53% | - |
| HSV(B) | 14.35º | 0.87% | 0.94% | - |
| XYZ | 38.7 | 24.18 | 3.86 | - |
| YUV | 121.84 | 76.18 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 30 | 0 | 0.67 | 0.87 | 0.06 | 14.35 | 0.87 | 0.53 |
| Hex | EF | 50 | 1E | 0 | 43 | 57 | 6 | E | 57 | 35 |
| Octal | 357 | 120 | 36 | 0 | 103 | 127 | 6 | 16 | 127 | 65 |
| Binary | 11101111 | 1010000 | 11110 | 0 | 1000011 | 1010111 | 110 | 1110 | 1010111 | 110101 |
Color Harmonies of #EF501E
Complementary color
Monochromatic Colors of #EF501E
Black with #EF501E
Text Example
Text Example
White with #EF501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF501E; }
p { color: rgb(239,80,30); }
H1.HeaderClassName
{
color: #EF501E;
}
.AnyTagClassName
{
color: #EF501E;
}
</style>
background-color css
<style>
a { background-color: #EF501E; }
a { background-color: rgb(239,80,30); }
div.DivClassName
{
background-color: #EF501E;
}
.BgClassName
{
background-color: #EF501E;
}
</style>
border-color css
<style>
span { border-color: #EF501E; }
span { border-color: rgb(239,80,30); }
td.TdClassName
{
border-color: #EF501E;
}
.TagClassName
{
border-color: #EF501E;
}
</style>