Html Css Color HEX #EA0A1A Fire Engine Red

📋 copy color: '#EA0A1A'

red 234 ◦ green 10 ◦ blue 26

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

Shades of Fire Engine Red #EA0A1A

Tints of Fire Engine Red #EA0A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 86.67%
G = 3.7%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA0A1A (or 0xEA0A1A) is known color: Fire Engine Red. HEX triplet: EA, 0A and 1A. RGB value is (234,10,26). Sum of RGB (Red+Green+Blue) = 234+10+26=270 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.67% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0A1A is #15F5E5. Grayscale: #4E4E4E. Windows color (decimal): -1439206 or 1706730. OLE color: 1706730.

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

Color convert

RGB 234 10 26 -
CMYK 0 0.96 0.89 0.08
HSL 355.71º 0.92% 0.48% -
HSV(B) 355.71º 0.96% 0.92% -
XYZ 34.23 17.78 2.61 -
YUV 78.8 98.21 238.7 -
System Red Green Blue C M Y K H S L
Decimal 234 10 26 0 0.96 0.89 0.08 355.71 0.92 0.48
Hex EA A 1A 0 60 59 8 164 5C 30
Octal 352 12 32 0 140 131 10 544 134 60
Binary 11101010 1010 11010 0 1100000 1011001 1000 101100100 1011100 110000

Color Harmonies of #EA0A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0A1A

Black with #EA0A1A

Text Example


Text Example

White with #EA0A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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