Html Css Color HEX #E7400A Orange Red

📋 copy color: '#E7400A'

red 231 ◦ green 64 ◦ blue 10

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

Shades of Orange Red #E7400A

Tints of Orange Red #E7400A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.98%

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

R = 75.74%
G = 20.98%
B = 3.28%

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

#E7400A (or 0xE7400A) is known color: Orange Red. HEX triplet: E7, 40 and 0A. RGB value is (231,64,10). Sum of RGB (Red+Green+Blue) = 231+64+10=305 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.74% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 231 - color contains mainly: red. Hex color #E7400A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7400A is #18BFF5. Grayscale: #6C6C6C. Windows color (decimal): -1622006 or 671975. OLE color: 671975.

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

Color convert

RGB 231 64 10 -
CMYK 0 0.72 0.96 0.09
HSL 14.66º 0.92% 0.47% -
HSV(B) 14.66º 0.96% 0.91% -
XYZ 34.84 20.68 2.44 -
YUV 107.78 72.83 215.89 -
System Red Green Blue C M Y K H S L
Decimal 231 64 10 0 0.72 0.96 0.09 14.66 0.92 0.47
Hex E7 40 A 0 48 60 9 F 5C 2F
Octal 347 100 12 0 110 140 11 17 134 57
Binary 11100111 1000000 1010 0 1001000 1100000 1001 1111 1011100 101111

Color Harmonies of #E7400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7400A

Black with #E7400A

Text Example


Text Example

White with #E7400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7400A; }

 p { color: rgb(231,64,10); }

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

background-color css

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

 a { background-color: rgb(231,64,10); }

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

border-color css

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

 span { border-color: rgb(231,64,10); }

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