Shades of Red Orange #EF2D25
Tints of Red Orange #EF2D25
RGB
CMYK
RGB Variations
Color information
#EF2D25 (or 0xEF2D25) is known color: Red Orange. HEX triplet: EF, 2D and 25. RGB value is (239,45,37). Sum of RGB (Red+Green+Blue) = 239+45+37=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D25 is #10D2DA. Grayscale: #666666. Windows color (decimal): -1102555 or 2436591. OLE color: 2436591.
HSL color Cylindrical-coordinate representation of color #EF2D25: hue angle of 2.38º 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 #EF2D25 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 37 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.06 |
| HSL | 2.38º | 0.86% | 0.54% | - |
| HSV(B) | 2.38º | 0.85% | 0.94% | - |
| XYZ | 36.87 | 20.36 | 3.74 | - |
| YUV | 102.09 | 91.27 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 37 | 0 | 0.81 | 0.85 | 0.06 | 2.38 | 0.86 | 0.54 |
| Hex | EF | 2D | 25 | 0 | 51 | 55 | 6 | 2 | 56 | 36 |
| Octal | 357 | 55 | 45 | 0 | 121 | 125 | 6 | 2 | 126 | 66 |
| Binary | 11101111 | 101101 | 100101 | 0 | 1010001 | 1010101 | 110 | 10 | 1010110 | 110110 |
Color Harmonies of #EF2D25
Complementary color
Monochromatic Colors of #EF2D25
Black with #EF2D25
Text Example
Text Example
White with #EF2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D25; }
p { color: rgb(239,45,37); }
H1.HeaderClassName
{
color: #EF2D25;
}
.AnyTagClassName
{
color: #EF2D25;
}
</style>
background-color css
<style>
a { background-color: #EF2D25; }
a { background-color: rgb(239,45,37); }
div.DivClassName
{
background-color: #EF2D25;
}
.BgClassName
{
background-color: #EF2D25;
}
</style>
border-color css
<style>
span { border-color: #EF2D25; }
span { border-color: rgb(239,45,37); }
td.TdClassName
{
border-color: #EF2D25;
}
.TagClassName
{
border-color: #EF2D25;
}
</style>