Shades of Red Orange #EF2F2D
Tints of Red Orange #EF2F2D
RGB
CMYK
RGB Variations
Color information
#EF2F2D (or 0xEF2F2D) is known color: Red Orange. HEX triplet: EF, 2F and 2D. RGB value is (239,47,45). Sum of RGB (Red+Green+Blue) = 239+47+45=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2F2D is #10D0D2. Grayscale: #686868. Windows color (decimal): -1102035 or 2961391. OLE color: 2961391.
HSL color Cylindrical-coordinate representation of color #EF2F2D: hue angle of 0.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2F2D is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 47 | 45 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.06 |
| HSL | 0.62º | 0.86% | 0.56% | - |
| HSV(B) | 0.62º | 0.81% | 0.94% | - |
| XYZ | 37.09 | 20.57 | 4.5 | - |
| YUV | 104.18 | 94.61 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 45 | 0 | 0.80 | 0.81 | 0.06 | 0.62 | 0.86 | 0.56 |
| Hex | EF | 2F | 2D | 0 | 50 | 51 | 6 | 1 | 56 | 38 |
| Octal | 357 | 57 | 55 | 0 | 120 | 121 | 6 | 1 | 126 | 70 |
| Binary | 11101111 | 101111 | 101101 | 0 | 1010000 | 1010001 | 110 | 1 | 1010110 | 111000 |
Color Harmonies of #EF2F2D
Complementary color
Monochromatic Colors of #EF2F2D
Black with #EF2F2D
Text Example
Text Example
White with #EF2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2F2D; }
p { color: rgb(239,47,45); }
H1.HeaderClassName
{
color: #EF2F2D;
}
.AnyTagClassName
{
color: #EF2F2D;
}
</style>
background-color css
<style>
a { background-color: #EF2F2D; }
a { background-color: rgb(239,47,45); }
div.DivClassName
{
background-color: #EF2F2D;
}
.BgClassName
{
background-color: #EF2F2D;
}
</style>
border-color css
<style>
span { border-color: #EF2F2D; }
span { border-color: rgb(239,47,45); }
td.TdClassName
{
border-color: #EF2F2D;
}
.TagClassName
{
border-color: #EF2F2D;
}
</style>