Html Css Color HEX #EA370F Orange Red

📋 copy color: '#EA370F'

red 234 ◦ green 55 ◦ blue 15

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

Shades of Orange Red #EA370F

Tints of Orange Red #EA370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.93%

R = 76.97%
G = 18.09%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA370F (or 0xEA370F) is known color: Orange Red. HEX triplet: EA, 37 and 0F. RGB value is (234,55,15). Sum of RGB (Red+Green+Blue) = 234+55+15=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA370F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA370F is #15C8F0. Grayscale: #686868. Windows color (decimal): -1427697 or 997354. OLE color: 997354.

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

Color convert

RGB 234 55 15 -
CMYK 0 0.76 0.94 0.08
HSL 10.96º 0.88% 0.49% -
HSV(B) 10.96º 0.94% 0.92% -
XYZ 35.38 20.26 2.5 -
YUV 103.96 77.8 220.75 -
System Red Green Blue C M Y K H S L
Decimal 234 55 15 0 0.76 0.94 0.08 10.96 0.88 0.49
Hex EA 37 F 0 4C 5E 8 B 58 31
Octal 352 67 17 0 114 136 10 13 130 61
Binary 11101010 110111 1111 0 1001100 1011110 1000 1011 1011000 110001

Color Harmonies of #EA370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA370F

Black with #EA370F

Text Example


Text Example

White with #EA370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA370F; }

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

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

background-color css

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

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

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

border-color css

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

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

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