Html Css Color HEX #EA3A04 Orange Red

📋 copy color: '#EA3A04'

red 234 ◦ green 58 ◦ blue 4

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

Shades of Orange Red #EA3A04

Tints of Orange Red #EA3A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.59%

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 79.05%
G = 19.59%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA3A04 (or 0xEA3A04) is known color: Orange Red. HEX triplet: EA, 3A and 04. RGB value is (234,58,4). Sum of RGB (Red+Green+Blue) = 234+58+4=296 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.05% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3A04 is #15C5FB. Grayscale: #686868. Windows color (decimal): -1426940 or 277226. OLE color: 277226.

HSL color Cylindrical-coordinate representation of color #EA3A04: hue angle of 14.09º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA3A04 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 58 4 -
CMYK 0 0.75 0.98 0.08
HSL 14.09º 0.97% 0.47% -
HSV(B) 14.09º 0.98% 0.92% -
XYZ 35.47 20.53 2.21 -
YUV 104.47 71.31 220.39 -
System Red Green Blue C M Y K H S L
Decimal 234 58 4 0 0.75 0.98 0.08 14.09 0.97 0.47
Hex EA 3A 4 0 4B 62 8 E 61 2F
Octal 352 72 4 0 113 142 10 16 141 57
Binary 11101010 111010 100 0 1001011 1100010 1000 1110 1100001 101111

Color Harmonies of #EA3A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A04

Black with #EA3A04

Text Example


Text Example

White with #EA3A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A04; }

 p { color: rgb(234,58,4); }

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

background-color css

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

 a { background-color: rgb(234,58,4); }

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

border-color css

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

 span { border-color: rgb(234,58,4); }

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