Html Css Color HEX #EA0A00 Red

📋 copy color: '#EA0A00'

red 234 ◦ green 10 ◦ blue 0

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

Shades of Red #EA0A00

Tints of Red #EA0A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.9%
G = 4.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA0A00 (or 0xEA0A00) is known color: Red. HEX triplet: EA, 0A and 00. RGB value is (234,10,0). Sum of RGB (Red+Green+Blue) = 234+10+0=244 (32% of max value = 765). Red value is 234 (91.80% from 255 or 95.90% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0A00 is #15F5FF. Grayscale: #4C4C4C. Windows color (decimal): -1439232 or 2794. OLE color: 2794.

HSL color Cylindrical-coordinate representation of color #EA0A00: hue angle of 2.56º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0A00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 10 0 -
CMYK 0 0.96 1 0.08
HSL 2.56º 1% 0.46% -
HSV(B) 2.56º 1% 0.92% -
XYZ 34.04 17.71 1.62 -
YUV 75.84 85.21 240.81 -
System Red Green Blue C M Y K H S L
Decimal 234 10 0 0 0.96 1 0.08 2.56 1 0.46
Hex EA A 0 0 60 64 8 3 64 2E
Octal 352 12 0 0 140 144 10 3 144 56
Binary 11101010 1010 0 0 1100000 1100100 1000 11 1100100 101110

Color Harmonies of #EA0A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0A00

Black with #EA0A00

Text Example


Text Example

White with #EA0A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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