Shades of Cinnabar #EF511E
Tints of Cinnabar #EF511E
RGB
CMYK
RGB Variations
Color information
#EF511E (or 0xEF511E) is known color: Cinnabar. HEX triplet: EF, 51 and 1E. RGB value is (239,81,30). Sum of RGB (Red+Green+Blue) = 239+81+30=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF511E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF511E is #10AEE1. Grayscale: #7A7A7A. Windows color (decimal): -1093346 or 1987055. OLE color: 1987055.
HSL color Cylindrical-coordinate representation of color #EF511E: hue angle of 14.64º 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 #EF511E is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 30 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.06 |
| HSL | 14.64º | 0.87% | 0.53% | - |
| HSV(B) | 14.64º | 0.87% | 0.94% | - |
| XYZ | 38.77 | 24.33 | 3.88 | - |
| YUV | 122.43 | 75.85 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 30 | 0 | 0.66 | 0.87 | 0.06 | 14.64 | 0.87 | 0.53 |
| Hex | EF | 51 | 1E | 0 | 42 | 57 | 6 | F | 57 | 35 |
| Octal | 357 | 121 | 36 | 0 | 102 | 127 | 6 | 17 | 127 | 65 |
| Binary | 11101111 | 1010001 | 11110 | 0 | 1000010 | 1010111 | 110 | 1111 | 1010111 | 110101 |
Color Harmonies of #EF511E
Complementary color
Monochromatic Colors of #EF511E
Black with #EF511E
Text Example
Text Example
White with #EF511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF511E; }
p { color: rgb(239,81,30); }
H1.HeaderClassName
{
color: #EF511E;
}
.AnyTagClassName
{
color: #EF511E;
}
</style>
background-color css
<style>
a { background-color: #EF511E; }
a { background-color: rgb(239,81,30); }
div.DivClassName
{
background-color: #EF511E;
}
.BgClassName
{
background-color: #EF511E;
}
</style>
border-color css
<style>
span { border-color: #EF511E; }
span { border-color: rgb(239,81,30); }
td.TdClassName
{
border-color: #EF511E;
}
.TagClassName
{
border-color: #EF511E;
}
</style>