Html Css Color HEX #EA3C14 Orange Red

📋 copy color: '#EA3C14'

red 234 ◦ green 60 ◦ blue 20

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

Shades of Orange Red #EA3C14

Tints of Orange Red #EA3C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.11%

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

R = 74.52%
G = 19.11%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA3C14 (or 0xEA3C14) is known color: Orange Red. HEX triplet: EA, 3C and 14. RGB value is (234,60,20). Sum of RGB (Red+Green+Blue) = 234+60+20=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3C14 is #15C3EB. Grayscale: #6B6B6B. Windows color (decimal): -1426412 or 1326314. OLE color: 1326314.

HSL color Cylindrical-coordinate representation of color #EA3C14: hue angle of 11.21º 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 #EA3C14 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 60 20 -
CMYK 0 0.74 0.91 0.08
HSL 11.21º 0.84% 0.5% -
HSV(B) 11.21º 0.91% 0.92% -
XYZ 35.67 20.77 2.79 -
YUV 107.47 78.65 218.25 -
System Red Green Blue C M Y K H S L
Decimal 234 60 20 0 0.74 0.91 0.08 11.21 0.84 0.5
Hex EA 3C 14 0 4A 5B 8 B 54 32
Octal 352 74 24 0 112 133 10 13 124 62
Binary 11101010 111100 10100 0 1001010 1011011 1000 1011 1010100 110010

Color Harmonies of #EA3C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3C14

Black with #EA3C14

Text Example


Text Example

White with #EA3C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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