Shades of Cinnabar #EF502E
Tints of Cinnabar #EF502E
RGB
CMYK
RGB Variations
Color information
#EF502E (or 0xEF502E) is known color: Cinnabar. HEX triplet: EF, 50 and 2E. RGB value is (239,80,46). Sum of RGB (Red+Green+Blue) = 239+80+46=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF502E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF502E is #10AFD1. Grayscale: #7B7B7B. Windows color (decimal): -1093586 or 3035375. OLE color: 3035375.
HSL color Cylindrical-coordinate representation of color #EF502E: hue angle of 10.57º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF502E is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 46 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.06 |
| HSL | 10.57º | 0.86% | 0.56% | - |
| HSV(B) | 10.57º | 0.81% | 0.94% | - |
| XYZ | 38.96 | 24.29 | 5.22 | - |
| YUV | 123.67 | 84.18 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 46 | 0 | 0.67 | 0.81 | 0.06 | 10.57 | 0.86 | 0.56 |
| Hex | EF | 50 | 2E | 0 | 43 | 51 | 6 | B | 56 | 38 |
| Octal | 357 | 120 | 56 | 0 | 103 | 121 | 6 | 13 | 126 | 70 |
| Binary | 11101111 | 1010000 | 101110 | 0 | 1000011 | 1010001 | 110 | 1011 | 1010110 | 111000 |
Color Harmonies of #EF502E
Complementary color
Monochromatic Colors of #EF502E
Black with #EF502E
Text Example
Text Example
White with #EF502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF502E; }
p { color: rgb(239,80,46); }
H1.HeaderClassName
{
color: #EF502E;
}
.AnyTagClassName
{
color: #EF502E;
}
</style>
background-color css
<style>
a { background-color: #EF502E; }
a { background-color: rgb(239,80,46); }
div.DivClassName
{
background-color: #EF502E;
}
.BgClassName
{
background-color: #EF502E;
}
</style>
border-color css
<style>
span { border-color: #EF502E; }
span { border-color: rgb(239,80,46); }
td.TdClassName
{
border-color: #EF502E;
}
.TagClassName
{
border-color: #EF502E;
}
</style>