Html Css Color HEX #E94115 Orange Red

📋 copy color: '#E94115'

red 233 ◦ green 65 ◦ blue 21

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

Shades of Orange Red #E94115

Tints of Orange Red #E94115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.38%

 BLUE value IS 21 (8.59% from 255) = 6.58%

R = 73.04%
G = 20.38%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E94115 (or 0xE94115) is known color: Orange Red. HEX triplet: E9, 41 and 15. RGB value is (233,65,21). Sum of RGB (Red+Green+Blue) = 233+65+21=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E94115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94115 is #16BEEA. Grayscale: #6E6E6E. Windows color (decimal): -1490667 or 1393129. OLE color: 1393129.

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

Color convert

RGB 233 65 21 -
CMYK 0 0.72 0.91 0.09
HSL 12.45º 0.83% 0.5% -
HSV(B) 12.45º 0.91% 0.91% -
XYZ 35.63 21.16 2.92 -
YUV 110.22 77.66 215.58 -
System Red Green Blue C M Y K H S L
Decimal 233 65 21 0 0.72 0.91 0.09 12.45 0.83 0.5
Hex E9 41 15 0 48 5B 9 C 53 32
Octal 351 101 25 0 110 133 11 14 123 62
Binary 11101001 1000001 10101 0 1001000 1011011 1001 1100 1010011 110010

Color Harmonies of #E94115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94115

Black with #E94115

Text Example


Text Example

White with #E94115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94115; }

 p { color: rgb(233,65,21); }

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

background-color css

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

 a { background-color: rgb(233,65,21); }

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

border-color css

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

 span { border-color: rgb(233,65,21); }

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