Shades of Cinnabar #EF502B
Tints of Cinnabar #EF502B
RGB
CMYK
RGB Variations
Color information
#EF502B (or 0xEF502B) is known color: Cinnabar. HEX triplet: EF, 50 and 2B. RGB value is (239,80,43). Sum of RGB (Red+Green+Blue) = 239+80+43=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF502B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF502B is #10AFD4. Grayscale: #7B7B7B. Windows color (decimal): -1093589 or 2838767. OLE color: 2838767.
HSL color Cylindrical-coordinate representation of color #EF502B: hue angle of 11.33º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF502B is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 43 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.06 |
| HSL | 11.33º | 0.86% | 0.55% | - |
| HSV(B) | 11.33º | 0.82% | 0.94% | - |
| XYZ | 38.9 | 24.26 | 4.92 | - |
| YUV | 123.32 | 82.68 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 43 | 0 | 0.67 | 0.82 | 0.06 | 11.33 | 0.86 | 0.55 |
| Hex | EF | 50 | 2B | 0 | 43 | 52 | 6 | B | 56 | 37 |
| Octal | 357 | 120 | 53 | 0 | 103 | 122 | 6 | 13 | 126 | 67 |
| Binary | 11101111 | 1010000 | 101011 | 0 | 1000011 | 1010010 | 110 | 1011 | 1010110 | 110111 |
Color Harmonies of #EF502B
Complementary color
Monochromatic Colors of #EF502B
Black with #EF502B
Text Example
Text Example
White with #EF502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF502B; }
p { color: rgb(239,80,43); }
H1.HeaderClassName
{
color: #EF502B;
}
.AnyTagClassName
{
color: #EF502B;
}
</style>
background-color css
<style>
a { background-color: #EF502B; }
a { background-color: rgb(239,80,43); }
div.DivClassName
{
background-color: #EF502B;
}
.BgClassName
{
background-color: #EF502B;
}
</style>
border-color css
<style>
span { border-color: #EF502B; }
span { border-color: rgb(239,80,43); }
td.TdClassName
{
border-color: #EF502B;
}
.TagClassName
{
border-color: #EF502B;
}
</style>