Html Css Color HEX #E74010 Orange Red

📋 copy color: '#E74010'

red 231 ◦ green 64 ◦ blue 16

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

Shades of Orange Red #E74010

Tints of Orange Red #E74010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.14%

R = 74.28%
G = 20.58%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E74010 (or 0xE74010) is known color: Orange Red. HEX triplet: E7, 40 and 10. RGB value is (231,64,16). Sum of RGB (Red+Green+Blue) = 231+64+16=311 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.28% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 231 - color contains mainly: red. Hex color #E74010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74010 is #18BFEF. Grayscale: #6C6C6C. Windows color (decimal): -1622000 or 1065191. OLE color: 1065191.

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

Color convert

RGB 231 64 16 -
CMYK 0 0.72 0.93 0.09
HSL 13.4º 0.87% 0.48% -
HSV(B) 13.4º 0.93% 0.91% -
XYZ 34.88 20.69 2.65 -
YUV 108.46 75.83 215.4 -
System Red Green Blue C M Y K H S L
Decimal 231 64 16 0 0.72 0.93 0.09 13.4 0.87 0.48
Hex E7 40 10 0 48 5D 9 D 57 30
Octal 347 100 20 0 110 135 11 15 127 60
Binary 11100111 1000000 10000 0 1001000 1011101 1001 1101 1010111 110000

Color Harmonies of #E74010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74010

Black with #E74010

Text Example


Text Example

White with #E74010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74010; }

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

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

background-color css

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

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

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

border-color css

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

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

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