Shades of Cinnabar #EF4122
Tints of Cinnabar #EF4122
RGB
CMYK
RGB Variations
Color information
#EF4122 (or 0xEF4122) is known color: Cinnabar. HEX triplet: EF, 41 and 22. RGB value is (239,65,34). Sum of RGB (Red+Green+Blue) = 239+65+34=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4122 is #10BEDD. Grayscale: #717171. Windows color (decimal): -1097438 or 2245103. OLE color: 2245103.
HSL color Cylindrical-coordinate representation of color #EF4122: hue angle of 9.07º 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 #EF4122 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 34 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.06 |
| HSL | 9.07º | 0.86% | 0.54% | - |
| HSV(B) | 9.07º | 0.86% | 0.94% | - |
| XYZ | 37.78 | 22.25 | 3.82 | - |
| YUV | 113.49 | 83.15 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 34 | 0 | 0.73 | 0.86 | 0.06 | 9.07 | 0.86 | 0.54 |
| Hex | EF | 41 | 22 | 0 | 49 | 56 | 6 | 9 | 56 | 36 |
| Octal | 357 | 101 | 42 | 0 | 111 | 126 | 6 | 11 | 126 | 66 |
| Binary | 11101111 | 1000001 | 100010 | 0 | 1001001 | 1010110 | 110 | 1001 | 1010110 | 110110 |
Color Harmonies of #EF4122
Complementary color
Monochromatic Colors of #EF4122
Black with #EF4122
Text Example
Text Example
White with #EF4122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4122; }
p { color: rgb(239,65,34); }
H1.HeaderClassName
{
color: #EF4122;
}
.AnyTagClassName
{
color: #EF4122;
}
</style>
background-color css
<style>
a { background-color: #EF4122; }
a { background-color: rgb(239,65,34); }
div.DivClassName
{
background-color: #EF4122;
}
.BgClassName
{
background-color: #EF4122;
}
</style>
border-color css
<style>
span { border-color: #EF4122; }
span { border-color: rgb(239,65,34); }
td.TdClassName
{
border-color: #EF4122;
}
.TagClassName
{
border-color: #EF4122;
}
</style>