Html Css Color HEX #E74312 Orange Red

📋 copy color: '#E74312'

red 231 ◦ green 67 ◦ blue 18

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

Shades of Orange Red #E74312

Tints of Orange Red #E74312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.2%

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

R = 73.1%
G = 21.2%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E74312 (or 0xE74312) is known color: Orange Red. HEX triplet: E7, 43 and 12. RGB value is (231,67,18). Sum of RGB (Red+Green+Blue) = 231+67+18=316 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.10% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 231 - color contains mainly: red. Hex color #E74312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74312 is #18BCED. Grayscale: #6E6E6E. Windows color (decimal): -1621230 or 1197031. OLE color: 1197031.

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

Color convert

RGB 231 67 18 -
CMYK 0 0.71 0.92 0.09
HSL 13.8º 0.86% 0.49% -
HSV(B) 13.8º 0.92% 0.91% -
XYZ 35.07 21.05 2.79 -
YUV 110.45 75.83 213.98 -
System Red Green Blue C M Y K H S L
Decimal 231 67 18 0 0.71 0.92 0.09 13.8 0.86 0.49
Hex E7 43 12 0 47 5C 9 E 56 31
Octal 347 103 22 0 107 134 11 16 126 61
Binary 11100111 1000011 10010 0 1000111 1011100 1001 1110 1010110 110001

Color Harmonies of #E74312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74312

Black with #E74312

Text Example


Text Example

White with #E74312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74312; }

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

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

background-color css

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

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

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

border-color css

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

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

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