Shades of Orange Red #EF3F03
Tints of Orange Red #EF3F03
RGB
CMYK
RGB Variations
Color information
#EF3F03 (or 0xEF3F03) is known color: Orange Red. HEX triplet: EF, 3F and 03. RGB value is (239,63,3). Sum of RGB (Red+Green+Blue) = 239+63+3=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3F03 is #10C0FC. Grayscale: #6D6D6D. Windows color (decimal): -1097981 or 212975. OLE color: 212975.
HSL color Cylindrical-coordinate representation of color #EF3F03: hue angle of 15.25º 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 #EF3F03 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 63 | 3 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.06 |
| HSL | 15.25º | 0.98% | 0.47% | - |
| HSV(B) | 15.25º | 0.99% | 0.94% | - |
| XYZ | 37.39 | 21.91 | 2.34 | - |
| YUV | 108.78 | 68.31 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 63 | 3 | 0 | 0.74 | 0.99 | 0.06 | 15.25 | 0.98 | 0.47 |
| Hex | EF | 3F | 3 | 0 | 4A | 63 | 6 | F | 62 | 2F |
| Octal | 357 | 77 | 3 | 0 | 112 | 143 | 6 | 17 | 142 | 57 |
| Binary | 11101111 | 111111 | 11 | 0 | 1001010 | 1100011 | 110 | 1111 | 1100010 | 101111 |
Color Harmonies of #EF3F03
Complementary color
Monochromatic Colors of #EF3F03
Black with #EF3F03
Text Example
Text Example
White with #EF3F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3F03; }
p { color: rgb(239,63,3); }
H1.HeaderClassName
{
color: #EF3F03;
}
.AnyTagClassName
{
color: #EF3F03;
}
</style>
background-color css
<style>
a { background-color: #EF3F03; }
a { background-color: rgb(239,63,3); }
div.DivClassName
{
background-color: #EF3F03;
}
.BgClassName
{
background-color: #EF3F03;
}
</style>
border-color css
<style>
span { border-color: #EF3F03; }
span { border-color: rgb(239,63,3); }
td.TdClassName
{
border-color: #EF3F03;
}
.TagClassName
{
border-color: #EF3F03;
}
</style>