Html Css Color HEX #E74112 Orange Red

📋 copy color: '#E74112'

red 231 ◦ green 65 ◦ blue 18

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

Shades of Orange Red #E74112

Tints of Orange Red #E74112

RGB

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

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

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

R = 73.57%
G = 20.7%
B = 5.73%

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

#E74112 (or 0xE74112) is known color: Orange Red. HEX triplet: E7, 41 and 12. RGB value is (231,65,18). Sum of RGB (Red+Green+Blue) = 231+65+18=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E74112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74112 is #18BEED. Grayscale: #6D6D6D. Windows color (decimal): -1621742 or 1196519. OLE color: 1196519.

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

Color convert

RGB 231 65 18 -
CMYK 0 0.72 0.92 0.09
HSL 13.24º 0.86% 0.49% -
HSV(B) 13.24º 0.92% 0.91% -
XYZ 34.95 20.81 2.75 -
YUV 109.28 76.5 214.82 -
System Red Green Blue C M Y K H S L
Decimal 231 65 18 0 0.72 0.92 0.09 13.24 0.86 0.49
Hex E7 41 12 0 48 5C 9 D 56 31
Octal 347 101 22 0 110 134 11 15 126 61
Binary 11100111 1000001 10010 0 1001000 1011100 1001 1101 1010110 110001

Color Harmonies of #E74112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74112

Black with #E74112

Text Example


Text Example

White with #E74112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74112; }

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

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

background-color css

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

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

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

border-color css

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

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

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