Html Css Color HEX #E9350A Orange Red

📋 copy color: '#E9350A'

red 233 ◦ green 53 ◦ blue 10

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

Shades of Orange Red #E9350A

Tints of Orange Red #E9350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

 BLUE value IS 10 (4.3% from 255) = 3.38%

R = 78.72%
G = 17.91%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E9350A (or 0xE9350A) is known color: Orange Red. HEX triplet: E9, 35 and 0A. RGB value is (233,53,10). Sum of RGB (Red+Green+Blue) = 233+53+10=296 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.72% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 233 - color contains mainly: red. Hex color #E9350A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9350A is #16CAF5. Grayscale: #666666. Windows color (decimal): -1493750 or 669161. OLE color: 669161.

HSL color Cylindrical-coordinate representation of color #E9350A: hue angle of 11.57º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9350A is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 53 10 -
CMYK 0 0.77 0.96 0.09
HSL 11.57º 0.92% 0.48% -
HSV(B) 11.57º 0.96% 0.91% -
XYZ 34.93 19.89 2.29 -
YUV 101.92 76.13 221.5 -
System Red Green Blue C M Y K H S L
Decimal 233 53 10 0 0.77 0.96 0.09 11.57 0.92 0.48
Hex E9 35 A 0 4D 60 9 C 5C 30
Octal 351 65 12 0 115 140 11 14 134 60
Binary 11101001 110101 1010 0 1001101 1100000 1001 1100 1011100 110000

Color Harmonies of #E9350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9350A

Black with #E9350A

Text Example


Text Example

White with #E9350A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9350A; }

 p { color: rgb(233,53,10); }

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

background-color css

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

 a { background-color: rgb(233,53,10); }

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

border-color css

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

 span { border-color: rgb(233,53,10); }

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