Shades of Orange Red #EF3602
Tints of Orange Red #EF3602
RGB
CMYK
RGB Variations
Color information
#EF3602 (or 0xEF3602) is known color: Orange Red. HEX triplet: EF, 36 and 02. RGB value is (239,54,2). Sum of RGB (Red+Green+Blue) = 239+54+2=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3602 is #10C9FD. Grayscale: #676767. Windows color (decimal): -1100286 or 145135. OLE color: 145135.
HSL color Cylindrical-coordinate representation of color #EF3602: hue angle of 13.16º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF3602 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 54 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.06 |
| HSL | 13.16º | 0.98% | 0.47% | - |
| HSV(B) | 13.16º | 0.99% | 0.94% | - |
| XYZ | 36.93 | 20.99 | 2.16 | - |
| YUV | 103.39 | 70.79 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 2 | 0 | 0.77 | 0.99 | 0.06 | 13.16 | 0.98 | 0.47 |
| Hex | EF | 36 | 2 | 0 | 4D | 63 | 6 | D | 62 | 2F |
| Octal | 357 | 66 | 2 | 0 | 115 | 143 | 6 | 15 | 142 | 57 |
| Binary | 11101111 | 110110 | 10 | 0 | 1001101 | 1100011 | 110 | 1101 | 1100010 | 101111 |
Color Harmonies of #EF3602
Complementary color
Monochromatic Colors of #EF3602
Black with #EF3602
Text Example
Text Example
White with #EF3602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3602; }
p { color: rgb(239,54,2); }
H1.HeaderClassName
{
color: #EF3602;
}
.AnyTagClassName
{
color: #EF3602;
}
</style>
background-color css
<style>
a { background-color: #EF3602; }
a { background-color: rgb(239,54,2); }
div.DivClassName
{
background-color: #EF3602;
}
.BgClassName
{
background-color: #EF3602;
}
</style>
border-color css
<style>
span { border-color: #EF3602; }
span { border-color: rgb(239,54,2); }
td.TdClassName
{
border-color: #EF3602;
}
.TagClassName
{
border-color: #EF3602;
}
</style>