Shades of Cinnabar #EF491E
Tints of Cinnabar #EF491E
RGB
CMYK
RGB Variations
Color information
#EF491E (or 0xEF491E) is known color: Cinnabar. HEX triplet: EF, 49 and 1E. RGB value is (239,73,30). Sum of RGB (Red+Green+Blue) = 239+73+30=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF491E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF491E is #10B6E1. Grayscale: #767676. Windows color (decimal): -1095394 or 1985007. OLE color: 1985007.
HSL color Cylindrical-coordinate representation of color #EF491E: hue angle of 12.34º 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 #EF491E is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 30 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.06 |
| HSL | 12.34º | 0.87% | 0.53% | - |
| HSV(B) | 12.34º | 0.87% | 0.94% | - |
| XYZ | 38.21 | 23.21 | 3.69 | - |
| YUV | 117.73 | 78.5 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 30 | 0 | 0.69 | 0.87 | 0.06 | 12.34 | 0.87 | 0.53 |
| Hex | EF | 49 | 1E | 0 | 45 | 57 | 6 | C | 57 | 35 |
| Octal | 357 | 111 | 36 | 0 | 105 | 127 | 6 | 14 | 127 | 65 |
| Binary | 11101111 | 1001001 | 11110 | 0 | 1000101 | 1010111 | 110 | 1100 | 1010111 | 110101 |
Color Harmonies of #EF491E
Complementary color
Monochromatic Colors of #EF491E
Black with #EF491E
Text Example
Text Example
White with #EF491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF491E; }
p { color: rgb(239,73,30); }
H1.HeaderClassName
{
color: #EF491E;
}
.AnyTagClassName
{
color: #EF491E;
}
</style>
background-color css
<style>
a { background-color: #EF491E; }
a { background-color: rgb(239,73,30); }
div.DivClassName
{
background-color: #EF491E;
}
.BgClassName
{
background-color: #EF491E;
}
</style>
border-color css
<style>
span { border-color: #EF491E; }
span { border-color: rgb(239,73,30); }
td.TdClassName
{
border-color: #EF491E;
}
.TagClassName
{
border-color: #EF491E;
}
</style>