Shades of Red Orange #EF2F2A
Tints of Red Orange #EF2F2A
RGB
CMYK
RGB Variations
Color information
#EF2F2A (or 0xEF2F2A) is known color: Red Orange. HEX triplet: EF, 2F and 2A. RGB value is (239,47,42). Sum of RGB (Red+Green+Blue) = 239+47+42=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2F2A is #10D0D5. Grayscale: #686868. Windows color (decimal): -1102038 or 2764783. OLE color: 2764783.
HSL color Cylindrical-coordinate representation of color #EF2F2A: hue angle of 1.52º 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 #EF2F2A is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 47 | 42 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.06 |
| HSL | 1.52º | 0.86% | 0.55% | - |
| HSV(B) | 1.52º | 0.82% | 0.94% | - |
| XYZ | 37.03 | 20.55 | 4.21 | - |
| YUV | 103.84 | 93.11 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 42 | 0 | 0.80 | 0.82 | 0.06 | 1.52 | 0.86 | 0.55 |
| Hex | EF | 2F | 2A | 0 | 50 | 52 | 6 | 2 | 56 | 37 |
| Octal | 357 | 57 | 52 | 0 | 120 | 122 | 6 | 2 | 126 | 67 |
| Binary | 11101111 | 101111 | 101010 | 0 | 1010000 | 1010010 | 110 | 10 | 1010110 | 110111 |
Color Harmonies of #EF2F2A
Complementary color
Monochromatic Colors of #EF2F2A
Black with #EF2F2A
Text Example
Text Example
White with #EF2F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2F2A; }
p { color: rgb(239,47,42); }
H1.HeaderClassName
{
color: #EF2F2A;
}
.AnyTagClassName
{
color: #EF2F2A;
}
</style>
background-color css
<style>
a { background-color: #EF2F2A; }
a { background-color: rgb(239,47,42); }
div.DivClassName
{
background-color: #EF2F2A;
}
.BgClassName
{
background-color: #EF2F2A;
}
</style>
border-color css
<style>
span { border-color: #EF2F2A; }
span { border-color: rgb(239,47,42); }
td.TdClassName
{
border-color: #EF2F2A;
}
.TagClassName
{
border-color: #EF2F2A;
}
</style>