Shades of Red Orange #EF302C
Tints of Red Orange #EF302C
RGB
CMYK
RGB Variations
Color information
#EF302C (or 0xEF302C) is known color: Red Orange. HEX triplet: EF, 30 and 2C. RGB value is (239,48,44). Sum of RGB (Red+Green+Blue) = 239+48+44=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF302C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF302C is #10CFD3. Grayscale: #686868. Windows color (decimal): -1101780 or 2896111. OLE color: 2896111.
HSL color Cylindrical-coordinate representation of color #EF302C: hue angle of 1.23º 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 #EF302C is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 44 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.06 |
| HSL | 1.23º | 0.86% | 0.55% | - |
| HSV(B) | 1.23º | 0.82% | 0.94% | - |
| XYZ | 37.11 | 20.65 | 4.41 | - |
| YUV | 104.65 | 93.78 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 44 | 0 | 0.80 | 0.82 | 0.06 | 1.23 | 0.86 | 0.55 |
| Hex | EF | 30 | 2C | 0 | 50 | 52 | 6 | 1 | 56 | 37 |
| Octal | 357 | 60 | 54 | 0 | 120 | 122 | 6 | 1 | 126 | 67 |
| Binary | 11101111 | 110000 | 101100 | 0 | 1010000 | 1010010 | 110 | 1 | 1010110 | 110111 |
Color Harmonies of #EF302C
Complementary color
Monochromatic Colors of #EF302C
Black with #EF302C
Text Example
Text Example
White with #EF302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF302C; }
p { color: rgb(239,48,44); }
H1.HeaderClassName
{
color: #EF302C;
}
.AnyTagClassName
{
color: #EF302C;
}
</style>
background-color css
<style>
a { background-color: #EF302C; }
a { background-color: rgb(239,48,44); }
div.DivClassName
{
background-color: #EF302C;
}
.BgClassName
{
background-color: #EF302C;
}
</style>
border-color css
<style>
span { border-color: #EF302C; }
span { border-color: rgb(239,48,44); }
td.TdClassName
{
border-color: #EF302C;
}
.TagClassName
{
border-color: #EF302C;
}
</style>