Html Css Color HEX #EF4112 Orange Red

📋 copy color: '#EF4112'

red 239 ◦ green 65 ◦ blue 18

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

Shades of Orange Red #EF4112

Tints of Orange Red #EF4112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 74.22%
G = 20.19%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF4112 (or 0xEF4112) is known color: Orange Red. HEX triplet: EF, 41 and 12. RGB value is (239,65,18). Sum of RGB (Red+Green+Blue) = 239+65+18=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4112 is #10BEED. Grayscale: #707070. Windows color (decimal): -1097454 or 1196527. OLE color: 1196527.

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

Color convert

RGB 239 65 18 -
CMYK 0 0.73 0.92 0.06
HSL 12.76º 0.87% 0.5% -
HSV(B) 12.76º 0.92% 0.94% -
XYZ 37.6 22.17 2.87 -
YUV 111.67 75.15 218.82 -
System Red Green Blue C M Y K H S L
Decimal 239 65 18 0 0.73 0.92 0.06 12.76 0.87 0.5
Hex EF 41 12 0 49 5C 6 D 57 32
Octal 357 101 22 0 111 134 6 15 127 62
Binary 11101111 1000001 10010 0 1001001 1011100 110 1101 1010111 110010

Color Harmonies of #EF4112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4112

Black with #EF4112

Text Example


Text Example

White with #EF4112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4112; }

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

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

background-color css

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

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

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

border-color css

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

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

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