Shades of Orange Red #EF3703
Tints of Orange Red #EF3703
RGB
CMYK
RGB Variations
Color information
#EF3703 (or 0xEF3703) is known color: Orange Red. HEX triplet: EF, 37 and 03. RGB value is (239,55,3). Sum of RGB (Red+Green+Blue) = 239+55+3=297 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.47% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3703 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3703 is #10C8FC. Grayscale: #686868. Windows color (decimal): -1100029 or 210927. OLE color: 210927.
HSL color Cylindrical-coordinate representation of color #EF3703: hue angle of 13.22º 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 #EF3703 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 3 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.06 |
| HSL | 13.22º | 0.98% | 0.47% | - |
| HSV(B) | 13.22º | 0.99% | 0.94% | - |
| XYZ | 36.98 | 21.09 | 2.21 | - |
| YUV | 104.09 | 70.96 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 3 | 0 | 0.77 | 0.99 | 0.06 | 13.22 | 0.98 | 0.47 |
| Hex | EF | 37 | 3 | 0 | 4D | 63 | 6 | D | 62 | 2F |
| Octal | 357 | 67 | 3 | 0 | 115 | 143 | 6 | 15 | 142 | 57 |
| Binary | 11101111 | 110111 | 11 | 0 | 1001101 | 1100011 | 110 | 1101 | 1100010 | 101111 |
Color Harmonies of #EF3703
Complementary color
Monochromatic Colors of #EF3703
Black with #EF3703
Text Example
Text Example
White with #EF3703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3703; }
p { color: rgb(239,55,3); }
H1.HeaderClassName
{
color: #EF3703;
}
.AnyTagClassName
{
color: #EF3703;
}
</style>
background-color css
<style>
a { background-color: #EF3703; }
a { background-color: rgb(239,55,3); }
div.DivClassName
{
background-color: #EF3703;
}
.BgClassName
{
background-color: #EF3703;
}
</style>
border-color css
<style>
span { border-color: #EF3703; }
span { border-color: rgb(239,55,3); }
td.TdClassName
{
border-color: #EF3703;
}
.TagClassName
{
border-color: #EF3703;
}
</style>