Shades of Cinnabar #EF4E2B
Tints of Cinnabar #EF4E2B
RGB
CMYK
RGB Variations
Color information
#EF4E2B (or 0xEF4E2B) is known color: Cinnabar. HEX triplet: EF, 4E and 2B. RGB value is (239,78,43). Sum of RGB (Red+Green+Blue) = 239+78+43=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4E2B is #10B1D4. Grayscale: #7A7A7A. Windows color (decimal): -1094101 or 2838255. OLE color: 2838255.
HSL color Cylindrical-coordinate representation of color #EF4E2B: hue angle of 10.71º 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 #EF4E2B is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 43 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.06 |
| HSL | 10.71º | 0.86% | 0.55% | - |
| HSV(B) | 10.71º | 0.82% | 0.94% | - |
| XYZ | 38.76 | 23.97 | 4.87 | - |
| YUV | 122.15 | 83.34 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 43 | 0 | 0.67 | 0.82 | 0.06 | 10.71 | 0.86 | 0.55 |
| Hex | EF | 4E | 2B | 0 | 43 | 52 | 6 | B | 56 | 37 |
| Octal | 357 | 116 | 53 | 0 | 103 | 122 | 6 | 13 | 126 | 67 |
| Binary | 11101111 | 1001110 | 101011 | 0 | 1000011 | 1010010 | 110 | 1011 | 1010110 | 110111 |
Color Harmonies of #EF4E2B
Complementary color
Monochromatic Colors of #EF4E2B
Black with #EF4E2B
Text Example
Text Example
White with #EF4E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4E2B; }
p { color: rgb(239,78,43); }
H1.HeaderClassName
{
color: #EF4E2B;
}
.AnyTagClassName
{
color: #EF4E2B;
}
</style>
background-color css
<style>
a { background-color: #EF4E2B; }
a { background-color: rgb(239,78,43); }
div.DivClassName
{
background-color: #EF4E2B;
}
.BgClassName
{
background-color: #EF4E2B;
}
</style>
border-color css
<style>
span { border-color: #EF4E2B; }
span { border-color: rgb(239,78,43); }
td.TdClassName
{
border-color: #EF4E2B;
}
.TagClassName
{
border-color: #EF4E2B;
}
</style>