Shades of Cinnabar #EF4839
Tints of Cinnabar #EF4839
RGB
CMYK
RGB Variations
Color information
#EF4839 (or 0xEF4839) is known color: Cinnabar. HEX triplet: EF, 48 and 39. RGB value is (239,72,57). Sum of RGB (Red+Green+Blue) = 239+72+57=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4839 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4839 is #10B7C6. Grayscale: #787878. Windows color (decimal): -1095623 or 3754223. OLE color: 3754223.
HSL color Cylindrical-coordinate representation of color #EF4839: hue angle of 4.95º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF4839 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 57 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.06 |
| HSL | 4.95º | 0.85% | 0.58% | - |
| HSV(B) | 4.95º | 0.76% | 0.94% | - |
| XYZ | 38.65 | 23.28 | 6.33 | - |
| YUV | 120.22 | 92.33 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 57 | 0 | 0.70 | 0.76 | 0.06 | 4.95 | 0.85 | 0.58 |
| Hex | EF | 48 | 39 | 0 | 46 | 4C | 6 | 5 | 55 | 3A |
| Octal | 357 | 110 | 71 | 0 | 106 | 114 | 6 | 5 | 125 | 72 |
| Binary | 11101111 | 1001000 | 111001 | 0 | 1000110 | 1001100 | 110 | 101 | 1010101 | 111010 |
Color Harmonies of #EF4839
Complementary color
Monochromatic Colors of #EF4839
Black with #EF4839
Text Example
Text Example
White with #EF4839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4839; }
p { color: rgb(239,72,57); }
H1.HeaderClassName
{
color: #EF4839;
}
.AnyTagClassName
{
color: #EF4839;
}
</style>
background-color css
<style>
a { background-color: #EF4839; }
a { background-color: rgb(239,72,57); }
div.DivClassName
{
background-color: #EF4839;
}
.BgClassName
{
background-color: #EF4839;
}
</style>
border-color css
<style>
span { border-color: #EF4839; }
span { border-color: rgb(239,72,57); }
td.TdClassName
{
border-color: #EF4839;
}
.TagClassName
{
border-color: #EF4839;
}
</style>