Html Css Color HEX #E74013 Orange Red

📋 copy color: '#E74013'

red 231 ◦ green 64 ◦ blue 19

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

Shades of Orange Red #E74013

Tints of Orange Red #E74013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.05%

R = 73.57%
G = 20.38%
B = 6.05%

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

#E74013 (or 0xE74013) is known color: Orange Red. HEX triplet: E7, 40 and 13. RGB value is (231,64,19). Sum of RGB (Red+Green+Blue) = 231+64+19=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E74013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74013 is #18BFEC. Grayscale: #6D6D6D. Windows color (decimal): -1621997 or 1261799. OLE color: 1261799.

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

Color convert

RGB 231 64 19 -
CMYK 0 0.72 0.92 0.09
HSL 12.74º 0.85% 0.49% -
HSV(B) 12.74º 0.92% 0.91% -
XYZ 34.91 20.7 2.77 -
YUV 108.8 77.33 215.16 -
System Red Green Blue C M Y K H S L
Decimal 231 64 19 0 0.72 0.92 0.09 12.74 0.85 0.49
Hex E7 40 13 0 48 5C 9 D 55 31
Octal 347 100 23 0 110 134 11 15 125 61
Binary 11100111 1000000 10011 0 1001000 1011100 1001 1101 1010101 110001

Color Harmonies of #E74013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74013

Black with #E74013

Text Example


Text Example

White with #E74013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74013; }

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

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

background-color css

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

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

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

border-color css

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

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

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