Shades of Red Orange #EF2E2C
Tints of Red Orange #EF2E2C
RGB
CMYK
RGB Variations
Color information
#EF2E2C (or 0xEF2E2C) is known color: Red Orange. HEX triplet: EF, 2E and 2C. RGB value is (239,46,44). Sum of RGB (Red+Green+Blue) = 239+46+44=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2E2C is #10D1D3. Grayscale: #676767. Windows color (decimal): -1102292 or 2895599. OLE color: 2895599.
HSL color Cylindrical-coordinate representation of color #EF2E2C: hue angle of 0.62º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2E2C is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 44 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.06 |
| HSL | 0.62º | 0.86% | 0.55% | - |
| HSV(B) | 0.62º | 0.82% | 0.94% | - |
| XYZ | 37.03 | 20.49 | 4.39 | - |
| YUV | 103.48 | 94.44 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 44 | 0 | 0.81 | 0.82 | 0.06 | 0.62 | 0.86 | 0.55 |
| Hex | EF | 2E | 2C | 0 | 51 | 52 | 6 | 1 | 56 | 37 |
| Octal | 357 | 56 | 54 | 0 | 121 | 122 | 6 | 1 | 126 | 67 |
| Binary | 11101111 | 101110 | 101100 | 0 | 1010001 | 1010010 | 110 | 1 | 1010110 | 110111 |
Color Harmonies of #EF2E2C
Complementary color
Monochromatic Colors of #EF2E2C
Black with #EF2E2C
Text Example
Text Example
White with #EF2E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2E2C; }
p { color: rgb(239,46,44); }
H1.HeaderClassName
{
color: #EF2E2C;
}
.AnyTagClassName
{
color: #EF2E2C;
}
</style>
background-color css
<style>
a { background-color: #EF2E2C; }
a { background-color: rgb(239,46,44); }
div.DivClassName
{
background-color: #EF2E2C;
}
.BgClassName
{
background-color: #EF2E2C;
}
</style>
border-color css
<style>
span { border-color: #EF2E2C; }
span { border-color: rgb(239,46,44); }
td.TdClassName
{
border-color: #EF2E2C;
}
.TagClassName
{
border-color: #EF2E2C;
}
</style>