Html Css Color HEX #EA0619 Fire Engine Red

📋 copy color: '#EA0619'

red 234 ◦ green 6 ◦ blue 25

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

Shades of Fire Engine Red #EA0619

Tints of Fire Engine Red #EA0619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

 BLUE value IS 25 (10.16% from 255) = 9.43%

R = 88.3%
G = 2.26%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA0619 (or 0xEA0619) is known color: Fire Engine Red. HEX triplet: EA, 06 and 19. RGB value is (234,6,25). Sum of RGB (Red+Green+Blue) = 234+6+25=265 (35% of max value = 765). Red value is 234 (91.80% from 255 or 88.30% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0619 is #15F9E6. Grayscale: #4C4C4C. Windows color (decimal): -1440231 or 1640170. OLE color: 1640170.

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

Color convert

RGB 234 6 25 -
CMYK 0 0.97 0.89 0.08
HSL 355º 0.95% 0.47% -
HSV(B) 355º 0.97% 0.92% -
XYZ 34.17 17.69 2.53 -
YUV 76.34 99.04 240.46 -
System Red Green Blue C M Y K H S L
Decimal 234 6 25 0 0.97 0.89 0.08 355 0.95 0.47
Hex EA 6 19 0 61 59 8 163 5F 2F
Octal 352 6 31 0 141 131 10 543 137 57
Binary 11101010 110 11001 0 1100001 1011001 1000 101100011 1011111 101111

Color Harmonies of #EA0619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0619

Black with #EA0619

Text Example


Text Example

White with #EA0619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0619; }

 p { color: rgb(234,6,25); }

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

background-color css

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

 a { background-color: rgb(234,6,25); }

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

border-color css

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

 span { border-color: rgb(234,6,25); }

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