Html Css Color HEX #EA0A04 Red

📋 copy color: '#EA0A04'

red 234 ◦ green 10 ◦ blue 4

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

Shades of Red #EA0A04

Tints of Red #EA0A04

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.03%

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

R = 94.35%
G = 4.03%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA0A04 (or 0xEA0A04) is known color: Red. HEX triplet: EA, 0A and 04. RGB value is (234,10,4). Sum of RGB (Red+Green+Blue) = 234+10+4=248 (32% of max value = 765). Red value is 234 (91.80% from 255 or 94.35% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0A04 is #15F5FB. Grayscale: #4C4C4C. Windows color (decimal): -1439228 or 264938. OLE color: 264938.

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

Color convert

RGB 234 10 4 -
CMYK 0 0.96 0.98 0.08
HSL 1.57º 0.97% 0.47% -
HSV(B) 1.57º 0.98% 0.92% -
XYZ 34.06 17.72 1.74 -
YUV 76.29 87.21 240.49 -
System Red Green Blue C M Y K H S L
Decimal 234 10 4 0 0.96 0.98 0.08 1.57 0.97 0.47
Hex EA A 4 0 60 62 8 2 61 2F
Octal 352 12 4 0 140 142 10 2 141 57
Binary 11101010 1010 100 0 1100000 1100010 1000 10 1100001 101111

Color Harmonies of #EA0A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0A04

Black with #EA0A04

Text Example


Text Example

White with #EA0A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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