Html Css Color HEX #EF3914 Orange Red

📋 copy color: '#EF3914'

red 239 ◦ green 57 ◦ blue 20

#EF3914
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #EF3914

Tints of Orange Red #EF3914

RGB

 RED value IS 239 (93.75% from 255) = 75.63%

 GREEN value IS 57 (22.66% from 255) = 18.04%

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 75.63%
G = 18.04%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF3914 (or 0xEF3914) is known color: Orange Red. HEX triplet: EF, 39 and 14. RGB value is (239,57,20). Sum of RGB (Red+Green+Blue) = 239+57+20=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3914 is #10C6EB. Grayscale: #6B6B6B. Windows color (decimal): -1099500 or 1325551. OLE color: 1325551.

HSL color Cylindrical-coordinate representation of color #EF3914: hue angle of 10.14º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF3914 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 57 20 -
CMYK 0 0.76 0.92 0.06
HSL 10.14º 0.87% 0.51% -
HSV(B) 10.14º 0.92% 0.94% -
XYZ 37.19 21.33 2.82 -
YUV 107.2 78.8 222.01 -
System Red Green Blue C M Y K H S L
Decimal 239 57 20 0 0.76 0.92 0.06 10.14 0.87 0.51
Hex EF 39 14 0 4C 5C 6 A 57 33
Octal 357 71 24 0 114 134 6 12 127 63
Binary 11101111 111001 10100 0 1001100 1011100 110 1010 1010111 110011

Color Harmonies of #EF3914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3914

Black with #EF3914

Text Example


Text Example

White with #EF3914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3914; }

 p { color: rgb(239,57,20); }

 H1.HeaderClassName
 {
   color: #EF3914;
 }
 .AnyTagClassName
 {
   color: #EF3914;
 }
</style>

background-color css

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

 a { background-color: rgb(239,57,20); }

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

border-color css

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

 span { border-color: rgb(239,57,20); }

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