Shades of Cinnabar #EF4322
Tints of Cinnabar #EF4322
RGB
CMYK
RGB Variations
Color information
#EF4322 (or 0xEF4322) is known color: Cinnabar. HEX triplet: EF, 43 and 22. RGB value is (239,67,34). Sum of RGB (Red+Green+Blue) = 239+67+34=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4322 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4322 is #10BCDD. Grayscale: #727272. Windows color (decimal): -1096926 or 2245615. OLE color: 2245615.
HSL color Cylindrical-coordinate representation of color #EF4322: hue angle of 9.66º 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 #EF4322 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 34 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.06 |
| HSL | 9.66º | 0.86% | 0.54% | - |
| HSV(B) | 9.66º | 0.86% | 0.94% | - |
| XYZ | 37.89 | 22.48 | 3.86 | - |
| YUV | 114.67 | 82.48 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 34 | 0 | 0.72 | 0.86 | 0.06 | 9.66 | 0.86 | 0.54 |
| Hex | EF | 43 | 22 | 0 | 48 | 56 | 6 | A | 56 | 36 |
| Octal | 357 | 103 | 42 | 0 | 110 | 126 | 6 | 12 | 126 | 66 |
| Binary | 11101111 | 1000011 | 100010 | 0 | 1001000 | 1010110 | 110 | 1010 | 1010110 | 110110 |
Color Harmonies of #EF4322
Complementary color
Monochromatic Colors of #EF4322
Black with #EF4322
Text Example
Text Example
White with #EF4322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4322; }
p { color: rgb(239,67,34); }
H1.HeaderClassName
{
color: #EF4322;
}
.AnyTagClassName
{
color: #EF4322;
}
</style>
background-color css
<style>
a { background-color: #EF4322; }
a { background-color: rgb(239,67,34); }
div.DivClassName
{
background-color: #EF4322;
}
.BgClassName
{
background-color: #EF4322;
}
</style>
border-color css
<style>
span { border-color: #EF4322; }
span { border-color: rgb(239,67,34); }
td.TdClassName
{
border-color: #EF4322;
}
.TagClassName
{
border-color: #EF4322;
}
</style>