Shades of Cinnabar #EF4C34
Tints of Cinnabar #EF4C34
RGB
CMYK
RGB Variations
Color information
#EF4C34 (or 0xEF4C34) is known color: Cinnabar. HEX triplet: EF, 4C and 34. RGB value is (239,76,52). Sum of RGB (Red+Green+Blue) = 239+76+52=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4C34 is #10B3CB. Grayscale: #7A7A7A. Windows color (decimal): -1094604 or 3427567. OLE color: 3427567.
HSL color Cylindrical-coordinate representation of color #EF4C34: hue angle of 7.7º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF4C34 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 52 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.06 |
| HSL | 7.7º | 0.85% | 0.57% | - |
| HSV(B) | 7.7º | 0.78% | 0.94% | - |
| XYZ | 38.8 | 23.77 | 5.79 | - |
| YUV | 122 | 88.5 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 52 | 0 | 0.68 | 0.78 | 0.06 | 7.7 | 0.85 | 0.57 |
| Hex | EF | 4C | 34 | 0 | 44 | 4E | 6 | 8 | 55 | 39 |
| Octal | 357 | 114 | 64 | 0 | 104 | 116 | 6 | 10 | 125 | 71 |
| Binary | 11101111 | 1001100 | 110100 | 0 | 1000100 | 1001110 | 110 | 1000 | 1010101 | 111001 |
Color Harmonies of #EF4C34
Complementary color
Monochromatic Colors of #EF4C34
Black with #EF4C34
Text Example
Text Example
White with #EF4C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4C34; }
p { color: rgb(239,76,52); }
H1.HeaderClassName
{
color: #EF4C34;
}
.AnyTagClassName
{
color: #EF4C34;
}
</style>
background-color css
<style>
a { background-color: #EF4C34; }
a { background-color: rgb(239,76,52); }
div.DivClassName
{
background-color: #EF4C34;
}
.BgClassName
{
background-color: #EF4C34;
}
</style>
border-color css
<style>
span { border-color: #EF4C34; }
span { border-color: rgb(239,76,52); }
td.TdClassName
{
border-color: #EF4C34;
}
.TagClassName
{
border-color: #EF4C34;
}
</style>