Shades of Cinnabar #EF4C36
Tints of Cinnabar #EF4C36
RGB
CMYK
RGB Variations
Color information
#EF4C36 (or 0xEF4C36) is known color: Cinnabar. HEX triplet: EF, 4C and 36. RGB value is (239,76,54). Sum of RGB (Red+Green+Blue) = 239+76+54=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4C36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4C36 is #10B3C9. Grayscale: #7A7A7A. Windows color (decimal): -1094602 or 3558639. OLE color: 3558639.
HSL color Cylindrical-coordinate representation of color #EF4C36: hue angle of 7.14º 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 #EF4C36 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 54 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.06 |
| HSL | 7.14º | 0.85% | 0.57% | - |
| HSV(B) | 7.14º | 0.77% | 0.94% | - |
| XYZ | 38.85 | 23.79 | 6.03 | - |
| YUV | 122.23 | 89.5 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 54 | 0 | 0.68 | 0.77 | 0.06 | 7.14 | 0.85 | 0.57 |
| Hex | EF | 4C | 36 | 0 | 44 | 4D | 6 | 7 | 55 | 39 |
| Octal | 357 | 114 | 66 | 0 | 104 | 115 | 6 | 7 | 125 | 71 |
| Binary | 11101111 | 1001100 | 110110 | 0 | 1000100 | 1001101 | 110 | 111 | 1010101 | 111001 |
Color Harmonies of #EF4C36
Complementary color
Monochromatic Colors of #EF4C36
Black with #EF4C36
Text Example
Text Example
White with #EF4C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4C36; }
p { color: rgb(239,76,54); }
H1.HeaderClassName
{
color: #EF4C36;
}
.AnyTagClassName
{
color: #EF4C36;
}
</style>
background-color css
<style>
a { background-color: #EF4C36; }
a { background-color: rgb(239,76,54); }
div.DivClassName
{
background-color: #EF4C36;
}
.BgClassName
{
background-color: #EF4C36;
}
</style>
border-color css
<style>
span { border-color: #EF4C36; }
span { border-color: rgb(239,76,54); }
td.TdClassName
{
border-color: #EF4C36;
}
.TagClassName
{
border-color: #EF4C36;
}
</style>