Shades of Red Orange #EF2926
Tints of Red Orange #EF2926
RGB
CMYK
RGB Variations
Color information
#EF2926 (or 0xEF2926) is known color: Red Orange. HEX triplet: EF, 29 and 26. RGB value is (239,41,38). Sum of RGB (Red+Green+Blue) = 239+41+38=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2926 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2926 is #10D6D9. Grayscale: #646464. Windows color (decimal): -1103578 or 2501103. OLE color: 2501103.
HSL color Cylindrical-coordinate representation of color #EF2926: hue angle of 0.9º 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 #EF2926 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 38 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.06 |
| HSL | 0.9º | 0.86% | 0.54% | - |
| HSV(B) | 0.9º | 0.84% | 0.94% | - |
| XYZ | 36.74 | 20.08 | 3.77 | - |
| YUV | 99.86 | 93.1 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 38 | 0 | 0.83 | 0.84 | 0.06 | 0.9 | 0.86 | 0.54 |
| Hex | EF | 29 | 26 | 0 | 53 | 54 | 6 | 1 | 56 | 36 |
| Octal | 357 | 51 | 46 | 0 | 123 | 124 | 6 | 1 | 126 | 66 |
| Binary | 11101111 | 101001 | 100110 | 0 | 1010011 | 1010100 | 110 | 1 | 1010110 | 110110 |
Color Harmonies of #EF2926
Complementary color
Monochromatic Colors of #EF2926
Black with #EF2926
Text Example
Text Example
White with #EF2926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2926; }
p { color: rgb(239,41,38); }
H1.HeaderClassName
{
color: #EF2926;
}
.AnyTagClassName
{
color: #EF2926;
}
</style>
background-color css
<style>
a { background-color: #EF2926; }
a { background-color: rgb(239,41,38); }
div.DivClassName
{
background-color: #EF2926;
}
.BgClassName
{
background-color: #EF2926;
}
</style>
border-color css
<style>
span { border-color: #EF2926; }
span { border-color: rgb(239,41,38); }
td.TdClassName
{
border-color: #EF2926;
}
.TagClassName
{
border-color: #EF2926;
}
</style>