Html Css Color HEX #E94313 Orange Red

📋 copy color: '#E94313'

red 233 ◦ green 67 ◦ blue 19

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

Shades of Orange Red #E94313

Tints of Orange Red #E94313

RGB

 RED value IS 233 (91.41% from 255) = 73.04%

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

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

R = 73.04%
G = 21%
B = 5.96%

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

#E94313 (or 0xE94313) is known color: Orange Red. HEX triplet: E9, 43 and 13. RGB value is (233,67,19). Sum of RGB (Red+Green+Blue) = 233+67+19=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E94313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94313 is #16BCEC. Grayscale: #6F6F6F. Windows color (decimal): -1490157 or 1262569. OLE color: 1262569.

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

Color convert

RGB 233 67 19 -
CMYK 0 0.71 0.92 0.09
HSL 13.46º 0.85% 0.49% -
HSV(B) 13.46º 0.92% 0.91% -
XYZ 35.73 21.38 2.86 -
YUV 111.16 76 214.9 -
System Red Green Blue C M Y K H S L
Decimal 233 67 19 0 0.71 0.92 0.09 13.46 0.85 0.49
Hex E9 43 13 0 47 5C 9 D 55 31
Octal 351 103 23 0 107 134 11 15 125 61
Binary 11101001 1000011 10011 0 1000111 1011100 1001 1101 1010101 110001

Color Harmonies of #E94313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94313

Black with #E94313

Text Example


Text Example

White with #E94313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94313; }

 p { color: rgb(233,67,19); }

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

background-color css

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

 a { background-color: rgb(233,67,19); }

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

border-color css

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

 span { border-color: rgb(233,67,19); }

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