Shades of Cinnabar #EF4936
Tints of Cinnabar #EF4936
RGB
CMYK
RGB Variations
Color information
#EF4936 (or 0xEF4936) is known color: Cinnabar. HEX triplet: EF, 49 and 36. RGB value is (239,73,54). Sum of RGB (Red+Green+Blue) = 239+73+54=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4936 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4936 is #10B6C9. Grayscale: #787878. Windows color (decimal): -1095370 or 3557871. OLE color: 3557871.
HSL color Cylindrical-coordinate representation of color #EF4936: hue angle of 6.16º 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 #EF4936 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 54 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.06 |
| HSL | 6.16º | 0.85% | 0.57% | - |
| HSV(B) | 6.16º | 0.77% | 0.94% | - |
| XYZ | 38.65 | 23.38 | 5.97 | - |
| YUV | 120.47 | 90.5 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 54 | 0 | 0.69 | 0.77 | 0.06 | 6.16 | 0.85 | 0.57 |
| Hex | EF | 49 | 36 | 0 | 45 | 4D | 6 | 6 | 55 | 39 |
| Octal | 357 | 111 | 66 | 0 | 105 | 115 | 6 | 6 | 125 | 71 |
| Binary | 11101111 | 1001001 | 110110 | 0 | 1000101 | 1001101 | 110 | 110 | 1010101 | 111001 |
Color Harmonies of #EF4936
Complementary color
Monochromatic Colors of #EF4936
Black with #EF4936
Text Example
Text Example
White with #EF4936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4936; }
p { color: rgb(239,73,54); }
H1.HeaderClassName
{
color: #EF4936;
}
.AnyTagClassName
{
color: #EF4936;
}
</style>
background-color css
<style>
a { background-color: #EF4936; }
a { background-color: rgb(239,73,54); }
div.DivClassName
{
background-color: #EF4936;
}
.BgClassName
{
background-color: #EF4936;
}
</style>
border-color css
<style>
span { border-color: #EF4936; }
span { border-color: rgb(239,73,54); }
td.TdClassName
{
border-color: #EF4936;
}
.TagClassName
{
border-color: #EF4936;
}
</style>