Html Css Color HEX #E7410E Orange Red

📋 copy color: '#E7410E'

red 231 ◦ green 65 ◦ blue 14

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

Shades of Orange Red #E7410E

Tints of Orange Red #E7410E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.52%

R = 74.52%
G = 20.97%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7410E (or 0xE7410E) is known color: Orange Red. HEX triplet: E7, 41 and 0E. RGB value is (231,65,14). Sum of RGB (Red+Green+Blue) = 231+65+14=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E7410E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7410E is #18BEF1. Grayscale: #6D6D6D. Windows color (decimal): -1621746 or 934375. OLE color: 934375.

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

Color convert

RGB 231 65 14 -
CMYK 0 0.72 0.94 0.09
HSL 14.1º 0.89% 0.48% -
HSV(B) 14.1º 0.94% 0.91% -
XYZ 34.92 20.8 2.59 -
YUV 108.82 74.5 215.15 -
System Red Green Blue C M Y K H S L
Decimal 231 65 14 0 0.72 0.94 0.09 14.1 0.89 0.48
Hex E7 41 E 0 48 5E 9 E 59 30
Octal 347 101 16 0 110 136 11 16 131 60
Binary 11100111 1000001 1110 0 1001000 1011110 1001 1110 1011001 110000

Color Harmonies of #E7410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7410E

Black with #E7410E

Text Example


Text Example

White with #E7410E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7410E; }

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

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

background-color css

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

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

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

border-color css

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

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

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