Html Css Color HEX #E9420C Orange Red

📋 copy color: '#E9420C'

red 233 ◦ green 66 ◦ blue 12

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

Shades of Orange Red #E9420C

Tints of Orange Red #E9420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.86%

R = 74.92%
G = 21.22%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9420C (or 0xE9420C) is known color: Orange Red. HEX triplet: E9, 42 and 0C. RGB value is (233,66,12). Sum of RGB (Red+Green+Blue) = 233+66+12=311 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.92% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 233 - color contains mainly: red. Hex color #E9420C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9420C is #16BDF3. Grayscale: #6E6E6E. Windows color (decimal): -1490420 or 803561. OLE color: 803561.

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

Color convert

RGB 233 66 12 -
CMYK 0 0.72 0.95 0.09
HSL 14.66º 0.9% 0.48% -
HSV(B) 14.66º 0.95% 0.91% -
XYZ 35.62 21.25 2.57 -
YUV 109.78 72.83 215.89 -
System Red Green Blue C M Y K H S L
Decimal 233 66 12 0 0.72 0.95 0.09 14.66 0.9 0.48
Hex E9 42 C 0 48 5F 9 F 5A 30
Octal 351 102 14 0 110 137 11 17 132 60
Binary 11101001 1000010 1100 0 1001000 1011111 1001 1111 1011010 110000

Color Harmonies of #E9420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9420C

Black with #E9420C

Text Example


Text Example

White with #E9420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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