Html Css Color HEX #EF4616 Orange Red

📋 copy color: '#EF4616'

red 239 ◦ green 70 ◦ blue 22

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

Shades of Orange Red #EF4616

Tints of Orange Red #EF4616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

 BLUE value IS 22 (8.98% from 255) = 6.65%

R = 72.21%
G = 21.15%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF4616 (or 0xEF4616) is known color: Orange Red. HEX triplet: EF, 46 and 16. RGB value is (239,70,22). Sum of RGB (Red+Green+Blue) = 239+70+22=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4616 is #10B9E9. Grayscale: #737373. Windows color (decimal): -1096170 or 1459951. OLE color: 1459951.

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

Color convert

RGB 239 70 22 -
CMYK 0 0.71 0.91 0.06
HSL 13.27º 0.87% 0.51% -
HSV(B) 13.27º 0.91% 0.94% -
XYZ 37.93 22.79 3.16 -
YUV 115.06 75.49 216.4 -
System Red Green Blue C M Y K H S L
Decimal 239 70 22 0 0.71 0.91 0.06 13.27 0.87 0.51
Hex EF 46 16 0 47 5B 6 D 57 33
Octal 357 106 26 0 107 133 6 15 127 63
Binary 11101111 1000110 10110 0 1000111 1011011 110 1101 1010111 110011

Color Harmonies of #EF4616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4616

Black with #EF4616

Text Example


Text Example

White with #EF4616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4616; }

 p { color: rgb(239,70,22); }

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

background-color css

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

 a { background-color: rgb(239,70,22); }

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

border-color css

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

 span { border-color: rgb(239,70,22); }

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