Html Css Color HEX #EA370A Orange Red

📋 copy color: '#EA370A'

red 234 ◦ green 55 ◦ blue 10

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

Shades of Orange Red #EA370A

Tints of Orange Red #EA370A

RGB

 RED value IS 234 (91.8% from 255) = 78.26%

 GREEN value IS 55 (21.88% from 255) = 18.39%

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

R = 78.26%
G = 18.39%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA370A (or 0xEA370A) is known color: Orange Red. HEX triplet: EA, 37 and 0A. RGB value is (234,55,10). Sum of RGB (Red+Green+Blue) = 234+55+10=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA370A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA370A is #15C8F5. Grayscale: #676767. Windows color (decimal): -1427702 or 669674. OLE color: 669674.

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

Color convert

RGB 234 55 10 -
CMYK 0 0.76 0.96 0.08
HSL 12.05º 0.92% 0.48% -
HSV(B) 12.05º 0.96% 0.92% -
XYZ 35.35 20.25 2.33 -
YUV 103.39 75.3 221.16 -
System Red Green Blue C M Y K H S L
Decimal 234 55 10 0 0.76 0.96 0.08 12.05 0.92 0.48
Hex EA 37 A 0 4C 60 8 C 5C 30
Octal 352 67 12 0 114 140 10 14 134 60
Binary 11101010 110111 1010 0 1001100 1100000 1000 1100 1011100 110000

Color Harmonies of #EA370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA370A

Black with #EA370A

Text Example


Text Example

White with #EA370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA370A; }

 p { color: rgb(234,55,10); }

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

background-color css

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

 a { background-color: rgb(234,55,10); }

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

border-color css

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

 span { border-color: rgb(234,55,10); }

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