Html Css Color HEX #E94013 Orange Red

📋 copy color: '#E94013'

red 233 ◦ green 64 ◦ blue 19

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

Shades of Orange Red #E94013

Tints of Orange Red #E94013

RGB

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

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

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

R = 73.73%
G = 20.25%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E94013 (or 0xE94013) is known color: Orange Red. HEX triplet: E9, 40 and 13. RGB value is (233,64,19). Sum of RGB (Red+Green+Blue) = 233+64+19=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E94013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94013 is #16BFEC. Grayscale: #6D6D6D. Windows color (decimal): -1490925 or 1261801. OLE color: 1261801.

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

Color convert

RGB 233 64 19 -
CMYK 0 0.73 0.92 0.09
HSL 12.62º 0.85% 0.49% -
HSV(B) 12.62º 0.92% 0.91% -
XYZ 35.56 21.04 2.8 -
YUV 109.4 76.99 216.16 -
System Red Green Blue C M Y K H S L
Decimal 233 64 19 0 0.73 0.92 0.09 12.62 0.85 0.49
Hex E9 40 13 0 49 5C 9 D 55 31
Octal 351 100 23 0 111 134 11 15 125 61
Binary 11101001 1000000 10011 0 1001001 1011100 1001 1101 1010101 110001

Color Harmonies of #E94013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94013

Black with #E94013

Text Example


Text Example

White with #E94013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94013; }

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

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

background-color css

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

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

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

border-color css

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

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

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