Html Css Color HEX #E74012 Orange Red

📋 copy color: '#E74012'

red 231 ◦ green 64 ◦ blue 18

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

Shades of Orange Red #E74012

Tints of Orange Red #E74012

RGB

 RED value IS 231 (90.63% from 255) = 73.8%

 GREEN value IS 64 (25.39% from 255) = 20.45%

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

R = 73.8%
G = 20.45%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E74012 (or 0xE74012) is known color: Orange Red. HEX triplet: E7, 40 and 12. RGB value is (231,64,18). Sum of RGB (Red+Green+Blue) = 231+64+18=313 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.80% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 231 - color contains mainly: red. Hex color #E74012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74012 is #18BFED. Grayscale: #6D6D6D. Windows color (decimal): -1621998 or 1196263. OLE color: 1196263.

HSL color Cylindrical-coordinate representation of color #E74012: hue angle of 12.96º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E74012 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 64 18 -
CMYK 0 0.72 0.92 0.09
HSL 12.96º 0.86% 0.49% -
HSV(B) 12.96º 0.92% 0.91% -
XYZ 34.9 20.7 2.73 -
YUV 108.69 76.83 215.24 -
System Red Green Blue C M Y K H S L
Decimal 231 64 18 0 0.72 0.92 0.09 12.96 0.86 0.49
Hex E7 40 12 0 48 5C 9 D 56 31
Octal 347 100 22 0 110 134 11 15 126 61
Binary 11100111 1000000 10010 0 1001000 1011100 1001 1101 1010110 110001

Color Harmonies of #E74012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74012

Black with #E74012

Text Example


Text Example

White with #E74012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74012; }

 p { color: rgb(231,64,18); }

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

background-color css

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

 a { background-color: rgb(231,64,18); }

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

border-color css

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

 span { border-color: rgb(231,64,18); }

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