Html Css Color HEX #E74213 Orange Red

📋 copy color: '#E74213'

red 231 ◦ green 66 ◦ blue 19

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

Shades of Orange Red #E74213

Tints of Orange Red #E74213

RGB

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

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

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

R = 73.1%
G = 20.89%
B = 6.01%

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

#E74213 (or 0xE74213) is known color: Orange Red. HEX triplet: E7, 42 and 13. RGB value is (231,66,19). Sum of RGB (Red+Green+Blue) = 231+66+19=316 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.10% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 231 - color contains mainly: red. Hex color #E74213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74213 is #18BDEC. Grayscale: #6E6E6E. Windows color (decimal): -1621485 or 1262311. OLE color: 1262311.

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

Color convert

RGB 231 66 19 -
CMYK 0 0.71 0.92 0.09
HSL 13.3º 0.85% 0.49% -
HSV(B) 13.3º 0.92% 0.91% -
XYZ 35.02 20.93 2.81 -
YUV 109.98 76.66 214.32 -
System Red Green Blue C M Y K H S L
Decimal 231 66 19 0 0.71 0.92 0.09 13.3 0.85 0.49
Hex E7 42 13 0 47 5C 9 D 55 31
Octal 347 102 23 0 107 134 11 15 125 61
Binary 11100111 1000010 10011 0 1000111 1011100 1001 1101 1010101 110001

Color Harmonies of #E74213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74213

Black with #E74213

Text Example


Text Example

White with #E74213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74213; }

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

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

background-color css

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

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

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

border-color css

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

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

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