Shades of Red Orange #EF2C23
Tints of Red Orange #EF2C23
RGB
CMYK
RGB Variations
Color information
#EF2C23 (or 0xEF2C23) is known color: Red Orange. HEX triplet: EF, 2C and 23. RGB value is (239,44,35). Sum of RGB (Red+Green+Blue) = 239+44+35=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2C23 is #10D3DC. Grayscale: #656565. Windows color (decimal): -1102813 or 2305263. OLE color: 2305263.
HSL color Cylindrical-coordinate representation of color #EF2C23: hue angle of 2.65º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2C23 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 35 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.06 |
| HSL | 2.65º | 0.86% | 0.54% | - |
| HSV(B) | 2.65º | 0.85% | 0.94% | - |
| XYZ | 36.8 | 20.27 | 3.56 | - |
| YUV | 101.28 | 90.6 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 35 | 0 | 0.82 | 0.85 | 0.06 | 2.65 | 0.86 | 0.54 |
| Hex | EF | 2C | 23 | 0 | 52 | 55 | 6 | 3 | 56 | 36 |
| Octal | 357 | 54 | 43 | 0 | 122 | 125 | 6 | 3 | 126 | 66 |
| Binary | 11101111 | 101100 | 100011 | 0 | 1010010 | 1010101 | 110 | 11 | 1010110 | 110110 |
Color Harmonies of #EF2C23
Complementary color
Monochromatic Colors of #EF2C23
Black with #EF2C23
Text Example
Text Example
White with #EF2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2C23; }
p { color: rgb(239,44,35); }
H1.HeaderClassName
{
color: #EF2C23;
}
.AnyTagClassName
{
color: #EF2C23;
}
</style>
background-color css
<style>
a { background-color: #EF2C23; }
a { background-color: rgb(239,44,35); }
div.DivClassName
{
background-color: #EF2C23;
}
.BgClassName
{
background-color: #EF2C23;
}
</style>
border-color css
<style>
span { border-color: #EF2C23; }
span { border-color: rgb(239,44,35); }
td.TdClassName
{
border-color: #EF2C23;
}
.TagClassName
{
border-color: #EF2C23;
}
</style>