#EF3F01

Color #EF3F01 Orange Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Red #EF3F01

Tints of Orange Red #EF3F01

Color information

#EF3F01 (or 0xEF3F01) is unknown color: approx Orange Red. HEX triplet: EF, 3F and 01. RGB value is (239,63,1). Sum of RGB (Red+Green+Blue) = 239+63+1=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3F01 is #10C0FE. Grayscale: #6C6C6C. Windows color (decimal): -1097983 or 81903. OLE color: 81903.

HSL color Cylindrical-coordinate representation of color #EF3F01: hue angle of 15.63º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF3F01 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239631-
CMYK00.741.000.06
HSL15.63º99.17%47.06%-
HSV(B)15.63º99.58%93.73%-
XYZ37.3821.912.29-
YUV108.5667.31221.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 78.88%
GREEN value IS 63 (25% from 255) = 20.79%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=78.88%
G=20.79%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23963100.741.000.0615.6399.1747.06
HexEF3F104A64610632f
Octal357771011214462014357
Binary111011111111111010010101100100110100001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3F01; }

 p { color: rgb(239,63,1); }

 H1.HeaderClassName
 {
   color: #EF3F01;
 }
 .AnyTagClassName
 {
   color: #EF3F01;
 }
</style>
background-color css

<style>
 a { background-color: #EF3F01; }

 a { background-color: rgb(239,63,1); }

 div.DivClassName
 {
   background-color: #EF3F01;
 }
 .BgClassName
 {
   background-color: #EF3F01;
 }
</style>
border-color css

<style>
 span { border-color: #EF3F01; }

 span { border-color: rgb(239,63,1); }

 td.TdClassName
 {
   border-color: #EF3F01;
 }
 .TagClassName
 {
   border-color: #EF3F01;
 }
</style>