Html Css Color HEX #EF4712 Orange Red

📋 copy color: '#EF4712'

red 239 ◦ green 71 ◦ blue 18

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

Shades of Orange Red #EF4712

Tints of Orange Red #EF4712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.65%

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

R = 72.87%
G = 21.65%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF4712 (or 0xEF4712) is known color: Orange Red. HEX triplet: EF, 47 and 12. RGB value is (239,71,18). Sum of RGB (Red+Green+Blue) = 239+71+18=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4712 is #10B8ED. Grayscale: #737373. Windows color (decimal): -1095918 or 1198063. OLE color: 1198063.

HSL color Cylindrical-coordinate representation of color #EF4712: hue angle of 14.39º 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 #EF4712 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 71 18 -
CMYK 0 0.70 0.92 0.06
HSL 14.39º 0.87% 0.5% -
HSV(B) 14.39º 0.92% 0.94% -
XYZ 37.96 22.9 2.99 -
YUV 115.19 73.16 216.31 -
System Red Green Blue C M Y K H S L
Decimal 239 71 18 0 0.70 0.92 0.06 14.39 0.87 0.5
Hex EF 47 12 0 46 5C 6 E 57 32
Octal 357 107 22 0 106 134 6 16 127 62
Binary 11101111 1000111 10010 0 1000110 1011100 110 1110 1010111 110010

Color Harmonies of #EF4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4712

Black with #EF4712

Text Example


Text Example

White with #EF4712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4712; }

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

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

background-color css

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

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

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

border-color css

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

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

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