Shades of Cinnabar #EF4220
Tints of Cinnabar #EF4220
RGB
CMYK
RGB Variations
Color information
#EF4220 (or 0xEF4220) is known color: Cinnabar. HEX triplet: EF, 42 and 20. RGB value is (239,66,32). Sum of RGB (Red+Green+Blue) = 239+66+32=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4220 is #10BDDF. Grayscale: #727272. Windows color (decimal): -1097184 or 2114287. OLE color: 2114287.
HSL color Cylindrical-coordinate representation of color #EF4220: hue angle of 9.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF4220 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 32 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.06 |
| HSL | 9.86º | 0.87% | 0.53% | - |
| HSV(B) | 9.86º | 0.87% | 0.94% | - |
| XYZ | 37.81 | 22.35 | 3.69 | - |
| YUV | 113.85 | 81.81 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 32 | 0 | 0.72 | 0.87 | 0.06 | 9.86 | 0.87 | 0.53 |
| Hex | EF | 42 | 20 | 0 | 48 | 57 | 6 | A | 57 | 35 |
| Octal | 357 | 102 | 40 | 0 | 110 | 127 | 6 | 12 | 127 | 65 |
| Binary | 11101111 | 1000010 | 100000 | 0 | 1001000 | 1010111 | 110 | 1010 | 1010111 | 110101 |
Color Harmonies of #EF4220
Complementary color
Monochromatic Colors of #EF4220
Black with #EF4220
Text Example
Text Example
White with #EF4220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4220; }
p { color: rgb(239,66,32); }
H1.HeaderClassName
{
color: #EF4220;
}
.AnyTagClassName
{
color: #EF4220;
}
</style>
background-color css
<style>
a { background-color: #EF4220; }
a { background-color: rgb(239,66,32); }
div.DivClassName
{
background-color: #EF4220;
}
.BgClassName
{
background-color: #EF4220;
}
</style>
border-color css
<style>
span { border-color: #EF4220; }
span { border-color: rgb(239,66,32); }
td.TdClassName
{
border-color: #EF4220;
}
.TagClassName
{
border-color: #EF4220;
}
</style>