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