Html Css Color HEX #EA3914 Orange Red

📋 copy color: '#EA3914'

red 234 ◦ green 57 ◦ blue 20

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

Shades of Orange Red #EA3914

Tints of Orange Red #EA3914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 75.24%
G = 18.33%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA3914 (or 0xEA3914) is known color: Orange Red. HEX triplet: EA, 39 and 14. RGB value is (234,57,20). Sum of RGB (Red+Green+Blue) = 234+57+20=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3914 is #15C6EB. Grayscale: #6A6A6A. Windows color (decimal): -1427180 or 1325546. OLE color: 1325546.

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

Color convert

RGB 234 57 20 -
CMYK 0 0.76 0.91 0.08
HSL 10.37º 0.84% 0.5% -
HSV(B) 10.37º 0.91% 0.92% -
XYZ 35.52 20.47 2.74 -
YUV 105.71 79.64 219.51 -
System Red Green Blue C M Y K H S L
Decimal 234 57 20 0 0.76 0.91 0.08 10.37 0.84 0.5
Hex EA 39 14 0 4C 5B 8 A 54 32
Octal 352 71 24 0 114 133 10 12 124 62
Binary 11101010 111001 10100 0 1001100 1011011 1000 1010 1010100 110010

Color Harmonies of #EA3914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3914

Black with #EA3914

Text Example


Text Example

White with #EA3914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3914; }

 p { color: rgb(234,57,20); }

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

background-color css

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

 a { background-color: rgb(234,57,20); }

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

border-color css

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

 span { border-color: rgb(234,57,20); }

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