Shades of Cinnabar #EF4E21
Tints of Cinnabar #EF4E21
RGB
CMYK
RGB Variations
Color information
#EF4E21 (or 0xEF4E21) is known color: Cinnabar. HEX triplet: EF, 4E and 21. RGB value is (239,78,33). Sum of RGB (Red+Green+Blue) = 239+78+33=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4E21 is #10B1DE. Grayscale: #797979. Windows color (decimal): -1094111 or 2182895. OLE color: 2182895.
HSL color Cylindrical-coordinate representation of color #EF4E21: hue angle of 13.11º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF4E21 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 33 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.06 |
| HSL | 13.11º | 0.87% | 0.53% | - |
| HSV(B) | 13.11º | 0.86% | 0.94% | - |
| XYZ | 38.6 | 23.91 | 4.02 | - |
| YUV | 121.01 | 78.34 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 33 | 0 | 0.67 | 0.86 | 0.06 | 13.11 | 0.87 | 0.53 |
| Hex | EF | 4E | 21 | 0 | 43 | 56 | 6 | D | 57 | 35 |
| Octal | 357 | 116 | 41 | 0 | 103 | 126 | 6 | 15 | 127 | 65 |
| Binary | 11101111 | 1001110 | 100001 | 0 | 1000011 | 1010110 | 110 | 1101 | 1010111 | 110101 |
Color Harmonies of #EF4E21
Complementary color
Monochromatic Colors of #EF4E21
Black with #EF4E21
Text Example
Text Example
White with #EF4E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4E21; }
p { color: rgb(239,78,33); }
H1.HeaderClassName
{
color: #EF4E21;
}
.AnyTagClassName
{
color: #EF4E21;
}
</style>
background-color css
<style>
a { background-color: #EF4E21; }
a { background-color: rgb(239,78,33); }
div.DivClassName
{
background-color: #EF4E21;
}
.BgClassName
{
background-color: #EF4E21;
}
</style>
border-color css
<style>
span { border-color: #EF4E21; }
span { border-color: rgb(239,78,33); }
td.TdClassName
{
border-color: #EF4E21;
}
.TagClassName
{
border-color: #EF4E21;
}
</style>