Shades of Red Orange #EF302D
Tints of Red Orange #EF302D
RGB
CMYK
RGB Variations
Color information
#EF302D (or 0xEF302D) is known color: Red Orange. HEX triplet: EF, 30 and 2D. RGB value is (239,48,45). Sum of RGB (Red+Green+Blue) = 239+48+45=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF302D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF302D is #10CFD2. Grayscale: #686868. Windows color (decimal): -1101779 or 2961647. OLE color: 2961647.
HSL color Cylindrical-coordinate representation of color #EF302D: hue angle of 0.93º 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 #EF302D is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 45 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.06 |
| HSL | 0.93º | 0.86% | 0.56% | - |
| HSV(B) | 0.93º | 0.81% | 0.94% | - |
| XYZ | 37.13 | 20.65 | 4.51 | - |
| YUV | 104.77 | 94.28 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 45 | 0 | 0.80 | 0.81 | 0.06 | 0.93 | 0.86 | 0.56 |
| Hex | EF | 30 | 2D | 0 | 50 | 51 | 6 | 1 | 56 | 38 |
| Octal | 357 | 60 | 55 | 0 | 120 | 121 | 6 | 1 | 126 | 70 |
| Binary | 11101111 | 110000 | 101101 | 0 | 1010000 | 1010001 | 110 | 1 | 1010110 | 111000 |
Color Harmonies of #EF302D
Complementary color
Monochromatic Colors of #EF302D
Black with #EF302D
Text Example
Text Example
White with #EF302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF302D; }
p { color: rgb(239,48,45); }
H1.HeaderClassName
{
color: #EF302D;
}
.AnyTagClassName
{
color: #EF302D;
}
</style>
background-color css
<style>
a { background-color: #EF302D; }
a { background-color: rgb(239,48,45); }
div.DivClassName
{
background-color: #EF302D;
}
.BgClassName
{
background-color: #EF302D;
}
</style>
border-color css
<style>
span { border-color: #EF302D; }
span { border-color: rgb(239,48,45); }
td.TdClassName
{
border-color: #EF302D;
}
.TagClassName
{
border-color: #EF302D;
}
</style>