Shades of Cinnabar #EF4E2C
Tints of Cinnabar #EF4E2C
RGB
CMYK
RGB Variations
Color information
#EF4E2C (or 0xEF4E2C) is known color: Cinnabar. HEX triplet: EF, 4E and 2C. RGB value is (239,78,44). Sum of RGB (Red+Green+Blue) = 239+78+44=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4E2C is #10B1D3. Grayscale: #7A7A7A. Windows color (decimal): -1094100 or 2903791. OLE color: 2903791.
HSL color Cylindrical-coordinate representation of color #EF4E2C: hue angle of 10.46º 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 #EF4E2C is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 44 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.06 |
| HSL | 10.46º | 0.86% | 0.55% | - |
| HSV(B) | 10.46º | 0.82% | 0.94% | - |
| XYZ | 38.78 | 23.98 | 4.97 | - |
| YUV | 122.26 | 83.84 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 44 | 0 | 0.67 | 0.82 | 0.06 | 10.46 | 0.86 | 0.55 |
| Hex | EF | 4E | 2C | 0 | 43 | 52 | 6 | A | 56 | 37 |
| Octal | 357 | 116 | 54 | 0 | 103 | 122 | 6 | 12 | 126 | 67 |
| Binary | 11101111 | 1001110 | 101100 | 0 | 1000011 | 1010010 | 110 | 1010 | 1010110 | 110111 |
Color Harmonies of #EF4E2C
Complementary color
Monochromatic Colors of #EF4E2C
Black with #EF4E2C
Text Example
Text Example
White with #EF4E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4E2C; }
p { color: rgb(239,78,44); }
H1.HeaderClassName
{
color: #EF4E2C;
}
.AnyTagClassName
{
color: #EF4E2C;
}
</style>
background-color css
<style>
a { background-color: #EF4E2C; }
a { background-color: rgb(239,78,44); }
div.DivClassName
{
background-color: #EF4E2C;
}
.BgClassName
{
background-color: #EF4E2C;
}
</style>
border-color css
<style>
span { border-color: #EF4E2C; }
span { border-color: rgb(239,78,44); }
td.TdClassName
{
border-color: #EF4E2C;
}
.TagClassName
{
border-color: #EF4E2C;
}
</style>