Shades of Cinnabar #EF4221
Tints of Cinnabar #EF4221
RGB
CMYK
RGB Variations
Color information
#EF4221 (or 0xEF4221) is known color: Cinnabar. HEX triplet: EF, 42 and 21. RGB value is (239,66,33). Sum of RGB (Red+Green+Blue) = 239+66+33=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4221 is #10BDDE. Grayscale: #727272. Windows color (decimal): -1097183 or 2179823. OLE color: 2179823.
HSL color Cylindrical-coordinate representation of color #EF4221: hue angle of 9.61º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF4221 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 33 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.06 |
| HSL | 9.61º | 0.87% | 0.53% | - |
| HSV(B) | 9.61º | 0.86% | 0.94% | - |
| XYZ | 37.82 | 22.36 | 3.76 | - |
| YUV | 113.97 | 82.31 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 33 | 0 | 0.72 | 0.86 | 0.06 | 9.61 | 0.87 | 0.53 |
| Hex | EF | 42 | 21 | 0 | 48 | 56 | 6 | A | 57 | 35 |
| Octal | 357 | 102 | 41 | 0 | 110 | 126 | 6 | 12 | 127 | 65 |
| Binary | 11101111 | 1000010 | 100001 | 0 | 1001000 | 1010110 | 110 | 1010 | 1010111 | 110101 |
Color Harmonies of #EF4221
Complementary color
Monochromatic Colors of #EF4221
Black with #EF4221
Text Example
Text Example
White with #EF4221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4221; }
p { color: rgb(239,66,33); }
H1.HeaderClassName
{
color: #EF4221;
}
.AnyTagClassName
{
color: #EF4221;
}
</style>
background-color css
<style>
a { background-color: #EF4221; }
a { background-color: rgb(239,66,33); }
div.DivClassName
{
background-color: #EF4221;
}
.BgClassName
{
background-color: #EF4221;
}
</style>
border-color css
<style>
span { border-color: #EF4221; }
span { border-color: rgb(239,66,33); }
td.TdClassName
{
border-color: #EF4221;
}
.TagClassName
{
border-color: #EF4221;
}
</style>