Html Css Color HEX #EA051A Fire Engine Red

📋 copy color: '#EA051A'

red 234 ◦ green 5 ◦ blue 26

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

Shades of Fire Engine Red #EA051A

Tints of Fire Engine Red #EA051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 88.3%
G = 1.89%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA051A (or 0xEA051A) is known color: Fire Engine Red. HEX triplet: EA, 05 and 1A. RGB value is (234,5,26). Sum of RGB (Red+Green+Blue) = 234+5+26=265 (35% of max value = 765). Red value is 234 (91.80% from 255 or 88.30% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 234 - color contains mainly: red. Hex color #EA051A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA051A is #15FAE5. Grayscale: #4C4C4C. Windows color (decimal): -1440486 or 1705450. OLE color: 1705450.

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

Color convert

RGB 234 5 26 -
CMYK 0 0.98 0.89 0.08
HSL 354.5º 0.96% 0.47% -
HSV(B) 354.5º 0.98% 0.92% -
XYZ 34.17 17.68 2.59 -
YUV 75.87 99.87 240.79 -
System Red Green Blue C M Y K H S L
Decimal 234 5 26 0 0.98 0.89 0.08 354.5 0.96 0.47
Hex EA 5 1A 0 62 59 8 162 60 2F
Octal 352 5 32 0 142 131 10 542 140 57
Binary 11101010 101 11010 0 1100010 1011001 1000 101100010 1100000 101111

Color Harmonies of #EA051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA051A

Black with #EA051A

Text Example


Text Example

White with #EA051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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