Html Css Color HEX #EF4118 Orange Red

📋 copy color: '#EF4118'

red 239 ◦ green 65 ◦ blue 24

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

Shades of Orange Red #EF4118

Tints of Orange Red #EF4118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

 BLUE value IS 24 (9.77% from 255) = 7.32%

R = 72.87%
G = 19.82%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF4118 (or 0xEF4118) is known color: Orange Red. HEX triplet: EF, 41 and 18. RGB value is (239,65,24). Sum of RGB (Red+Green+Blue) = 239+65+24=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4118 is #10BEE7. Grayscale: #707070. Windows color (decimal): -1097448 or 1589743. OLE color: 1589743.

HSL color Cylindrical-coordinate representation of color #EF4118: hue angle of 11.44º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF4118 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 65 24 -
CMYK 0 0.73 0.90 0.06
HSL 11.44º 0.87% 0.52% -
HSV(B) 11.44º 0.9% 0.94% -
XYZ 37.65 22.2 3.16 -
YUV 112.35 78.15 218.33 -
System Red Green Blue C M Y K H S L
Decimal 239 65 24 0 0.73 0.90 0.06 11.44 0.87 0.52
Hex EF 41 18 0 49 5A 6 B 57 34
Octal 357 101 30 0 111 132 6 13 127 64
Binary 11101111 1000001 11000 0 1001001 1011010 110 1011 1010111 110100

Color Harmonies of #EF4118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4118

Black with #EF4118

Text Example


Text Example

White with #EF4118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4118; }

 p { color: rgb(239,65,24); }

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

background-color css

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

 a { background-color: rgb(239,65,24); }

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

border-color css

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

 span { border-color: rgb(239,65,24); }

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