Html Css Color HEX #E9420A Orange Red

📋 copy color: '#E9420A'

red 233 ◦ green 66 ◦ blue 10

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

Shades of Orange Red #E9420A

Tints of Orange Red #E9420A

RGB

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

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

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

R = 75.4%
G = 21.36%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E9420A (or 0xE9420A) is known color: Orange Red. HEX triplet: E9, 42 and 0A. RGB value is (233,66,10). Sum of RGB (Red+Green+Blue) = 233+66+10=309 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.40% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 233 - color contains mainly: red. Hex color #E9420A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9420A is #16BDF5. Grayscale: #6D6D6D. Windows color (decimal): -1490422 or 672489. OLE color: 672489.

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

Color convert

RGB 233 66 10 -
CMYK 0 0.72 0.96 0.09
HSL 15.07º 0.92% 0.48% -
HSV(B) 15.07º 0.96% 0.91% -
XYZ 35.61 21.24 2.51 -
YUV 109.55 71.83 216.05 -
System Red Green Blue C M Y K H S L
Decimal 233 66 10 0 0.72 0.96 0.09 15.07 0.92 0.48
Hex E9 42 A 0 48 60 9 F 5C 30
Octal 351 102 12 0 110 140 11 17 134 60
Binary 11101001 1000010 1010 0 1001000 1100000 1001 1111 1011100 110000

Color Harmonies of #E9420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9420A

Black with #E9420A

Text Example


Text Example

White with #E9420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9420A; }

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

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

background-color css

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

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

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

border-color css

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

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

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