Html Css Color HEX #E7420C Orange Red

📋 copy color: '#E7420C'

red 231 ◦ green 66 ◦ blue 12

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

Shades of Orange Red #E7420C

Tints of Orange Red #E7420C

RGB

 RED value IS 231 (90.63% from 255) = 74.76%

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

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

R = 74.76%
G = 21.36%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7420C (or 0xE7420C) is known color: Orange Red. HEX triplet: E7, 42 and 0C. RGB value is (231,66,12). Sum of RGB (Red+Green+Blue) = 231+66+12=309 (40% of max value = 765). Red value is 231 (90.62% from 255 or 74.76% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 231 - color contains mainly: red. Hex color #E7420C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7420C is #18BDF3. Grayscale: #6D6D6D. Windows color (decimal): -1621492 or 803559. OLE color: 803559.

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

Color convert

RGB 231 66 12 -
CMYK 0 0.71 0.95 0.09
HSL 14.79º 0.9% 0.48% -
HSV(B) 14.79º 0.95% 0.91% -
XYZ 34.97 20.91 2.54 -
YUV 109.18 73.16 214.89 -
System Red Green Blue C M Y K H S L
Decimal 231 66 12 0 0.71 0.95 0.09 14.79 0.9 0.48
Hex E7 42 C 0 47 5F 9 F 5A 30
Octal 347 102 14 0 107 137 11 17 132 60
Binary 11100111 1000010 1100 0 1000111 1011111 1001 1111 1011010 110000

Color Harmonies of #E7420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7420C

Black with #E7420C

Text Example


Text Example

White with #E7420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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