Shades of Cinnabar #EF4E36
Tints of Cinnabar #EF4E36
RGB
CMYK
RGB Variations
Color information
#EF4E36 (or 0xEF4E36) is known color: Cinnabar. HEX triplet: EF, 4E and 36. RGB value is (239,78,54). Sum of RGB (Red+Green+Blue) = 239+78+54=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4E36 is #10B1C9. Grayscale: #7B7B7B. Windows color (decimal): -1094090 or 3559151. OLE color: 3559151.
HSL color Cylindrical-coordinate representation of color #EF4E36: hue angle of 7.78º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF4E36 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 54 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.06 |
| HSL | 7.78º | 0.85% | 0.57% | - |
| HSV(B) | 7.78º | 0.77% | 0.94% | - |
| XYZ | 38.99 | 24.07 | 6.08 | - |
| YUV | 123.4 | 88.84 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 54 | 0 | 0.67 | 0.77 | 0.06 | 7.78 | 0.85 | 0.57 |
| Hex | EF | 4E | 36 | 0 | 43 | 4D | 6 | 8 | 55 | 39 |
| Octal | 357 | 116 | 66 | 0 | 103 | 115 | 6 | 10 | 125 | 71 |
| Binary | 11101111 | 1001110 | 110110 | 0 | 1000011 | 1001101 | 110 | 1000 | 1010101 | 111001 |
Color Harmonies of #EF4E36
Complementary color
Monochromatic Colors of #EF4E36
Black with #EF4E36
Text Example
Text Example
White with #EF4E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4E36; }
p { color: rgb(239,78,54); }
H1.HeaderClassName
{
color: #EF4E36;
}
.AnyTagClassName
{
color: #EF4E36;
}
</style>
background-color css
<style>
a { background-color: #EF4E36; }
a { background-color: rgb(239,78,54); }
div.DivClassName
{
background-color: #EF4E36;
}
.BgClassName
{
background-color: #EF4E36;
}
</style>
border-color css
<style>
span { border-color: #EF4E36; }
span { border-color: rgb(239,78,54); }
td.TdClassName
{
border-color: #EF4E36;
}
.TagClassName
{
border-color: #EF4E36;
}
</style>