Html Css Color HEX #E94010 Orange Red

📋 copy color: '#E94010'

red 233 ◦ green 64 ◦ blue 16

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

Shades of Orange Red #E94010

Tints of Orange Red #E94010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.11%

R = 74.44%
G = 20.45%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E94010 (or 0xE94010) is known color: Orange Red. HEX triplet: E9, 40 and 10. RGB value is (233,64,16). Sum of RGB (Red+Green+Blue) = 233+64+16=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E94010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94010 is #16BFEF. Grayscale: #6D6D6D. Windows color (decimal): -1490928 or 1065193. OLE color: 1065193.

HSL color Cylindrical-coordinate representation of color #E94010: hue angle of 13.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E94010 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 64 16 -
CMYK 0 0.73 0.93 0.09
HSL 13.27º 0.87% 0.49% -
HSV(B) 13.27º 0.93% 0.91% -
XYZ 35.53 21.03 2.68 -
YUV 109.06 75.49 216.4 -
System Red Green Blue C M Y K H S L
Decimal 233 64 16 0 0.73 0.93 0.09 13.27 0.87 0.49
Hex E9 40 10 0 49 5D 9 D 57 31
Octal 351 100 20 0 111 135 11 15 127 61
Binary 11101001 1000000 10000 0 1001001 1011101 1001 1101 1010111 110001

Color Harmonies of #E94010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94010

Black with #E94010

Text Example


Text Example

White with #E94010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94010; }

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

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

background-color css

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

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

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

border-color css

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

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

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