Html Css Color HEX #E94215 Orange Red

📋 copy color: '#E94215'

red 233 ◦ green 66 ◦ blue 21

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

Shades of Orange Red #E94215

Tints of Orange Red #E94215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.63%

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

R = 72.81%
G = 20.63%
B = 6.56%

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

#E94215 (or 0xE94215) is known color: Orange Red. HEX triplet: E9, 42 and 15. RGB value is (233,66,21). Sum of RGB (Red+Green+Blue) = 233+66+21=320 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.81% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 233 - color contains mainly: red. Hex color #E94215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94215 is #16BDEA. Grayscale: #6F6F6F. Windows color (decimal): -1490411 or 1393385. OLE color: 1393385.

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

Color convert

RGB 233 66 21 -
CMYK 0 0.72 0.91 0.09
HSL 12.74º 0.83% 0.5% -
HSV(B) 12.74º 0.91% 0.91% -
XYZ 35.69 21.27 2.93 -
YUV 110.8 77.33 215.16 -
System Red Green Blue C M Y K H S L
Decimal 233 66 21 0 0.72 0.91 0.09 12.74 0.83 0.5
Hex E9 42 15 0 48 5B 9 D 53 32
Octal 351 102 25 0 110 133 11 15 123 62
Binary 11101001 1000010 10101 0 1001000 1011011 1001 1101 1010011 110010

Color Harmonies of #E94215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94215

Black with #E94215

Text Example


Text Example

White with #E94215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94215; }

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

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

background-color css

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

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

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

border-color css

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

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

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