Shades of Cinnabar #EF4D36
Tints of Cinnabar #EF4D36
RGB
CMYK
RGB Variations
Color information
#EF4D36 (or 0xEF4D36) is known color: Cinnabar. HEX triplet: EF, 4D and 36. RGB value is (239,77,54). Sum of RGB (Red+Green+Blue) = 239+77+54=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4D36 is #10B2C9. Grayscale: #7B7B7B. Windows color (decimal): -1094346 or 3558895. OLE color: 3558895.
HSL color Cylindrical-coordinate representation of color #EF4D36: hue angle of 7.46º 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 #EF4D36 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 54 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.06 |
| HSL | 7.46º | 0.85% | 0.57% | - |
| HSV(B) | 7.46º | 0.77% | 0.94% | - |
| XYZ | 38.92 | 23.92 | 6.06 | - |
| YUV | 122.82 | 89.17 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 54 | 0 | 0.68 | 0.77 | 0.06 | 7.46 | 0.85 | 0.57 |
| Hex | EF | 4D | 36 | 0 | 44 | 4D | 6 | 7 | 55 | 39 |
| Octal | 357 | 115 | 66 | 0 | 104 | 115 | 6 | 7 | 125 | 71 |
| Binary | 11101111 | 1001101 | 110110 | 0 | 1000100 | 1001101 | 110 | 111 | 1010101 | 111001 |
Color Harmonies of #EF4D36
Complementary color
Monochromatic Colors of #EF4D36
Black with #EF4D36
Text Example
Text Example
White with #EF4D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4D36; }
p { color: rgb(239,77,54); }
H1.HeaderClassName
{
color: #EF4D36;
}
.AnyTagClassName
{
color: #EF4D36;
}
</style>
background-color css
<style>
a { background-color: #EF4D36; }
a { background-color: rgb(239,77,54); }
div.DivClassName
{
background-color: #EF4D36;
}
.BgClassName
{
background-color: #EF4D36;
}
</style>
border-color css
<style>
span { border-color: #EF4D36; }
span { border-color: rgb(239,77,54); }
td.TdClassName
{
border-color: #EF4D36;
}
.TagClassName
{
border-color: #EF4D36;
}
</style>