Shades of Cinnabar #EF4721
Tints of Cinnabar #EF4721
RGB
CMYK
RGB Variations
Color information
#EF4721 (or 0xEF4721) is known color: Cinnabar. HEX triplet: EF, 47 and 21. RGB value is (239,71,33). Sum of RGB (Red+Green+Blue) = 239+71+33=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4721 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4721 is #10B8DE. Grayscale: #757575. Windows color (decimal): -1095903 or 2181103. OLE color: 2181103.
HSL color Cylindrical-coordinate representation of color #EF4721: hue angle of 11.07º 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 #EF4721 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 33 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.06 |
| HSL | 11.07º | 0.87% | 0.53% | - |
| HSV(B) | 11.07º | 0.86% | 0.94% | - |
| XYZ | 38.12 | 22.97 | 3.86 | - |
| YUV | 116.9 | 80.66 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 33 | 0 | 0.70 | 0.86 | 0.06 | 11.07 | 0.87 | 0.53 |
| Hex | EF | 47 | 21 | 0 | 46 | 56 | 6 | B | 57 | 35 |
| Octal | 357 | 107 | 41 | 0 | 106 | 126 | 6 | 13 | 127 | 65 |
| Binary | 11101111 | 1000111 | 100001 | 0 | 1000110 | 1010110 | 110 | 1011 | 1010111 | 110101 |
Color Harmonies of #EF4721
Complementary color
Monochromatic Colors of #EF4721
Black with #EF4721
Text Example
Text Example
White with #EF4721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4721; }
p { color: rgb(239,71,33); }
H1.HeaderClassName
{
color: #EF4721;
}
.AnyTagClassName
{
color: #EF4721;
}
</style>
background-color css
<style>
a { background-color: #EF4721; }
a { background-color: rgb(239,71,33); }
div.DivClassName
{
background-color: #EF4721;
}
.BgClassName
{
background-color: #EF4721;
}
</style>
border-color css
<style>
span { border-color: #EF4721; }
span { border-color: rgb(239,71,33); }
td.TdClassName
{
border-color: #EF4721;
}
.TagClassName
{
border-color: #EF4721;
}
</style>