Shades of Cinnabar #EF4A2C
Tints of Cinnabar #EF4A2C
RGB
CMYK
RGB Variations
Color information
#EF4A2C (or 0xEF4A2C) is known color: Cinnabar. HEX triplet: EF, 4A and 2C. RGB value is (239,74,44). Sum of RGB (Red+Green+Blue) = 239+74+44=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4A2C is #10B5D3. Grayscale: #787878. Windows color (decimal): -1095124 or 2902767. OLE color: 2902767.
HSL color Cylindrical-coordinate representation of color #EF4A2C: hue angle of 9.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF4A2C is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 44 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.06 |
| HSL | 9.23º | 0.86% | 0.55% | - |
| HSV(B) | 9.23º | 0.82% | 0.94% | - |
| XYZ | 38.5 | 23.43 | 4.88 | - |
| YUV | 119.92 | 85.16 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 44 | 0 | 0.69 | 0.82 | 0.06 | 9.23 | 0.86 | 0.55 |
| Hex | EF | 4A | 2C | 0 | 45 | 52 | 6 | 9 | 56 | 37 |
| Octal | 357 | 112 | 54 | 0 | 105 | 122 | 6 | 11 | 126 | 67 |
| Binary | 11101111 | 1001010 | 101100 | 0 | 1000101 | 1010010 | 110 | 1001 | 1010110 | 110111 |
Color Harmonies of #EF4A2C
Complementary color
Monochromatic Colors of #EF4A2C
Black with #EF4A2C
Text Example
Text Example
White with #EF4A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A2C; }
p { color: rgb(239,74,44); }
H1.HeaderClassName
{
color: #EF4A2C;
}
.AnyTagClassName
{
color: #EF4A2C;
}
</style>
background-color css
<style>
a { background-color: #EF4A2C; }
a { background-color: rgb(239,74,44); }
div.DivClassName
{
background-color: #EF4A2C;
}
.BgClassName
{
background-color: #EF4A2C;
}
</style>
border-color css
<style>
span { border-color: #EF4A2C; }
span { border-color: rgb(239,74,44); }
td.TdClassName
{
border-color: #EF4A2C;
}
.TagClassName
{
border-color: #EF4A2C;
}
</style>