Shades of Red Orange #EF2A27
Tints of Red Orange #EF2A27
RGB
CMYK
RGB Variations
Color information
#EF2A27 (or 0xEF2A27) is known color: Red Orange. HEX triplet: EF, 2A and 27. RGB value is (239,42,39). Sum of RGB (Red+Green+Blue) = 239+42+39=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2A27 is #10D5D8. Grayscale: #646464. Windows color (decimal): -1103321 or 2566895. OLE color: 2566895.
HSL color Cylindrical-coordinate representation of color #EF2A27: hue angle of 0.9º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF2A27 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 39 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.06 |
| HSL | 0.9º | 0.86% | 0.55% | - |
| HSV(B) | 0.9º | 0.84% | 0.94% | - |
| XYZ | 36.79 | 20.15 | 3.87 | - |
| YUV | 100.56 | 93.27 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 39 | 0 | 0.82 | 0.84 | 0.06 | 0.9 | 0.86 | 0.55 |
| Hex | EF | 2A | 27 | 0 | 52 | 54 | 6 | 1 | 56 | 37 |
| Octal | 357 | 52 | 47 | 0 | 122 | 124 | 6 | 1 | 126 | 67 |
| Binary | 11101111 | 101010 | 100111 | 0 | 1010010 | 1010100 | 110 | 1 | 1010110 | 110111 |
Color Harmonies of #EF2A27
Complementary color
Monochromatic Colors of #EF2A27
Black with #EF2A27
Text Example
Text Example
White with #EF2A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2A27; }
p { color: rgb(239,42,39); }
H1.HeaderClassName
{
color: #EF2A27;
}
.AnyTagClassName
{
color: #EF2A27;
}
</style>
background-color css
<style>
a { background-color: #EF2A27; }
a { background-color: rgb(239,42,39); }
div.DivClassName
{
background-color: #EF2A27;
}
.BgClassName
{
background-color: #EF2A27;
}
</style>
border-color css
<style>
span { border-color: #EF2A27; }
span { border-color: rgb(239,42,39); }
td.TdClassName
{
border-color: #EF2A27;
}
.TagClassName
{
border-color: #EF2A27;
}
</style>