Shades of Cinnabar #EF4722
Tints of Cinnabar #EF4722
RGB
CMYK
RGB Variations
Color information
#EF4722 (or 0xEF4722) is known color: Cinnabar. HEX triplet: EF, 47 and 22. RGB value is (239,71,34). Sum of RGB (Red+Green+Blue) = 239+71+34=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4722 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4722 is #10B8DD. Grayscale: #757575. Windows color (decimal): -1095902 or 2246639. OLE color: 2246639.
HSL color Cylindrical-coordinate representation of color #EF4722: hue angle of 10.83º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF4722 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 34 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.06 |
| HSL | 10.83º | 0.86% | 0.54% | - |
| HSV(B) | 10.83º | 0.86% | 0.94% | - |
| XYZ | 38.14 | 22.97 | 3.94 | - |
| YUV | 117.01 | 81.16 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 34 | 0 | 0.70 | 0.86 | 0.06 | 10.83 | 0.86 | 0.54 |
| Hex | EF | 47 | 22 | 0 | 46 | 56 | 6 | B | 56 | 36 |
| Octal | 357 | 107 | 42 | 0 | 106 | 126 | 6 | 13 | 126 | 66 |
| Binary | 11101111 | 1000111 | 100010 | 0 | 1000110 | 1010110 | 110 | 1011 | 1010110 | 110110 |
Color Harmonies of #EF4722
Complementary color
Monochromatic Colors of #EF4722
Black with #EF4722
Text Example
Text Example
White with #EF4722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4722; }
p { color: rgb(239,71,34); }
H1.HeaderClassName
{
color: #EF4722;
}
.AnyTagClassName
{
color: #EF4722;
}
</style>
background-color css
<style>
a { background-color: #EF4722; }
a { background-color: rgb(239,71,34); }
div.DivClassName
{
background-color: #EF4722;
}
.BgClassName
{
background-color: #EF4722;
}
</style>
border-color css
<style>
span { border-color: #EF4722; }
span { border-color: rgb(239,71,34); }
td.TdClassName
{
border-color: #EF4722;
}
.TagClassName
{
border-color: #EF4722;
}
</style>