Html Css Color HEX #EA191B Fire Engine Red

📋 copy color: '#EA191B'

red 234 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #EA191B

Tints of Fire Engine Red #EA191B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.74%

 BLUE value IS 27 (10.94% from 255) = 9.44%

R = 81.82%
G = 8.74%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA191B (or 0xEA191B) is known color: Fire Engine Red. HEX triplet: EA, 19 and 1B. RGB value is (234,25,27). Sum of RGB (Red+Green+Blue) = 234+25+27=286 (37% of max value = 765). Red value is 234 (91.80% from 255 or 81.82% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 234 - color contains mainly: red. Hex color #EA191B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA191B is #15E6E4. Grayscale: #575757. Windows color (decimal): -1435365 or 1776106. OLE color: 1776106.

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

Color convert

RGB 234 25 27 -
CMYK 0 0.89 0.88 0.08
HSL 359.43º 0.83% 0.51% -
HSV(B) 359.43º 0.89% 0.92% -
XYZ 34.48 18.27 2.75 -
YUV 87.72 93.74 232.34 -
System Red Green Blue C M Y K H S L
Decimal 234 25 27 0 0.89 0.88 0.08 359.43 0.83 0.51
Hex EA 19 1B 0 59 58 8 167 53 33
Octal 352 31 33 0 131 130 10 547 123 63
Binary 11101010 11001 11011 0 1011001 1011000 1000 101100111 1010011 110011

Color Harmonies of #EA191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA191B

Black with #EA191B

Text Example


Text Example

White with #EA191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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