Html Css Color HEX #EA171B Fire Engine Red

📋 copy color: '#EA171B'

red 234 ◦ green 23 ◦ blue 27

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

Shades of Fire Engine Red #EA171B

Tints of Fire Engine Red #EA171B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.1%

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

R = 82.39%
G = 8.1%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA171B (or 0xEA171B) is known color: Fire Engine Red. HEX triplet: EA, 17 and 1B. RGB value is (234,23,27). Sum of RGB (Red+Green+Blue) = 234+23+27=284 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.39% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 234 - color contains mainly: red. Hex color #EA171B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA171B is #15E8E4. Grayscale: #565656. Windows color (decimal): -1435877 or 1775594. OLE color: 1775594.

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

Color convert

RGB 234 23 27 -
CMYK 0 0.90 0.88 0.08
HSL 358.86º 0.83% 0.5% -
HSV(B) 358.86º 0.9% 0.92% -
XYZ 34.44 18.18 2.73 -
YUV 86.55 94.4 233.17 -
System Red Green Blue C M Y K H S L
Decimal 234 23 27 0 0.90 0.88 0.08 358.86 0.83 0.5
Hex EA 17 1B 0 5A 58 8 167 53 32
Octal 352 27 33 0 132 130 10 547 123 62
Binary 11101010 10111 11011 0 1011010 1011000 1000 101100111 1010011 110010

Color Harmonies of #EA171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA171B

Black with #EA171B

Text Example


Text Example

White with #EA171B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA171B; }

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

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

background-color css

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

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

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

border-color css

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

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

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