Html Css Color HEX #E94000 Orange Red

📋 copy color: '#E94000'

red 233 ◦ green 64 ◦ blue 0

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

Shades of Orange Red #E94000

Tints of Orange Red #E94000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.45%
G = 21.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E94000 (or 0xE94000) is known color: Orange Red. HEX triplet: E9, 40 and 00. RGB value is (233,64,0). Sum of RGB (Red+Green+Blue) = 233+64+0=297 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.45% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 233 - color contains mainly: red. Hex color #E94000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94000 is #16BFFF. Grayscale: #6B6B6B. Windows color (decimal): -1490944 or 16617. OLE color: 16617.

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

Color convert

RGB 233 64 0 -
CMYK 0 0.73 1 0.09
HSL 16.48º 1% 0.46% -
HSV(B) 16.48º 1% 0.91% -
XYZ 35.44 20.99 2.18 -
YUV 107.24 67.49 217.7 -
System Red Green Blue C M Y K H S L
Decimal 233 64 0 0 0.73 1 0.09 16.48 1 0.46
Hex E9 40 0 0 49 64 9 10 64 2E
Octal 351 100 0 0 111 144 11 20 144 56
Binary 11101001 1000000 0 0 1001001 1100100 1001 10000 1100100 101110

Color Harmonies of #E94000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94000

Black with #E94000

Text Example


Text Example

White with #E94000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94000; }

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

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

background-color css

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

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

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

border-color css

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

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

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