Shades of Cinnabar #EF4C37
Tints of Cinnabar #EF4C37
RGB
CMYK
RGB Variations
Color information
#EF4C37 (or 0xEF4C37) is known color: Cinnabar. HEX triplet: EF, 4C and 37. RGB value is (239,76,55). Sum of RGB (Red+Green+Blue) = 239+76+55=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4C37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4C37 is #10B3C8. Grayscale: #7A7A7A. Windows color (decimal): -1094601 or 3624175. OLE color: 3624175.
HSL color Cylindrical-coordinate representation of color #EF4C37: hue angle of 6.85º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF4C37 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 55 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.06 |
| HSL | 6.85º | 0.85% | 0.58% | - |
| HSV(B) | 6.85º | 0.77% | 0.94% | - |
| XYZ | 38.87 | 23.8 | 6.16 | - |
| YUV | 122.34 | 90 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 55 | 0 | 0.68 | 0.77 | 0.06 | 6.85 | 0.85 | 0.58 |
| Hex | EF | 4C | 37 | 0 | 44 | 4D | 6 | 7 | 55 | 3A |
| Octal | 357 | 114 | 67 | 0 | 104 | 115 | 6 | 7 | 125 | 72 |
| Binary | 11101111 | 1001100 | 110111 | 0 | 1000100 | 1001101 | 110 | 111 | 1010101 | 111010 |
Color Harmonies of #EF4C37
Complementary color
Monochromatic Colors of #EF4C37
Black with #EF4C37
Text Example
Text Example
White with #EF4C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4C37; }
p { color: rgb(239,76,55); }
H1.HeaderClassName
{
color: #EF4C37;
}
.AnyTagClassName
{
color: #EF4C37;
}
</style>
background-color css
<style>
a { background-color: #EF4C37; }
a { background-color: rgb(239,76,55); }
div.DivClassName
{
background-color: #EF4C37;
}
.BgClassName
{
background-color: #EF4C37;
}
</style>
border-color css
<style>
span { border-color: #EF4C37; }
span { border-color: rgb(239,76,55); }
td.TdClassName
{
border-color: #EF4C37;
}
.TagClassName
{
border-color: #EF4C37;
}
</style>