Html Css Color HEX #E74214 Orange Red

📋 copy color: '#E74214'

red 231 ◦ green 66 ◦ blue 20

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

Shades of Orange Red #E74214

Tints of Orange Red #E74214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.82%

 BLUE value IS 20 (8.2% from 255) = 6.31%

R = 72.87%
G = 20.82%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E74214 (or 0xE74214) is known color: Orange Red. HEX triplet: E7, 42 and 14. RGB value is (231,66,20). Sum of RGB (Red+Green+Blue) = 231+66+20=317 (41% of max value = 765). Red value is 231 (90.62% from 255 or 72.87% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 231 - color contains mainly: red. Hex color #E74214 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74214 is #18BDEB. Grayscale: #6E6E6E. Windows color (decimal): -1621484 or 1327847. OLE color: 1327847.

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

Color convert

RGB 231 66 20 -
CMYK 0 0.71 0.91 0.09
HSL 13.08º 0.84% 0.49% -
HSV(B) 13.08º 0.91% 0.91% -
XYZ 35.03 20.94 2.86 -
YUV 110.09 77.16 214.24 -
System Red Green Blue C M Y K H S L
Decimal 231 66 20 0 0.71 0.91 0.09 13.08 0.84 0.49
Hex E7 42 14 0 47 5B 9 D 54 31
Octal 347 102 24 0 107 133 11 15 124 61
Binary 11100111 1000010 10100 0 1000111 1011011 1001 1101 1010100 110001

Color Harmonies of #E74214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74214

Black with #E74214

Text Example


Text Example

White with #E74214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74214; }

 p { color: rgb(231,66,20); }

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

background-color css

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

 a { background-color: rgb(231,66,20); }

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

border-color css

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

 span { border-color: rgb(231,66,20); }

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