Shades of Cinnabar #EF4926
Tints of Cinnabar #EF4926
RGB
CMYK
RGB Variations
Color information
#EF4926 (or 0xEF4926) is known color: Cinnabar. HEX triplet: EF, 49 and 26. RGB value is (239,73,38). Sum of RGB (Red+Green+Blue) = 239+73+38=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4926 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4926 is #10B6D9. Grayscale: #767676. Windows color (decimal): -1095386 or 2509295. OLE color: 2509295.
HSL color Cylindrical-coordinate representation of color #EF4926: hue angle of 10.45º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF4926 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 38 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.06 |
| HSL | 10.45º | 0.86% | 0.54% | - |
| HSV(B) | 10.45º | 0.84% | 0.94% | - |
| XYZ | 38.33 | 23.26 | 4.3 | - |
| YUV | 118.64 | 82.5 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 38 | 0 | 0.69 | 0.84 | 0.06 | 10.45 | 0.86 | 0.54 |
| Hex | EF | 49 | 26 | 0 | 45 | 54 | 6 | A | 56 | 36 |
| Octal | 357 | 111 | 46 | 0 | 105 | 124 | 6 | 12 | 126 | 66 |
| Binary | 11101111 | 1001001 | 100110 | 0 | 1000101 | 1010100 | 110 | 1010 | 1010110 | 110110 |
Color Harmonies of #EF4926
Complementary color
Monochromatic Colors of #EF4926
Black with #EF4926
Text Example
Text Example
White with #EF4926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4926; }
p { color: rgb(239,73,38); }
H1.HeaderClassName
{
color: #EF4926;
}
.AnyTagClassName
{
color: #EF4926;
}
</style>
background-color css
<style>
a { background-color: #EF4926; }
a { background-color: rgb(239,73,38); }
div.DivClassName
{
background-color: #EF4926;
}
.BgClassName
{
background-color: #EF4926;
}
</style>
border-color css
<style>
span { border-color: #EF4926; }
span { border-color: rgb(239,73,38); }
td.TdClassName
{
border-color: #EF4926;
}
.TagClassName
{
border-color: #EF4926;
}
</style>