Html Css Color HEX #EA171F Fire Engine Red

📋 copy color: '#EA171F'

red 234 ◦ green 23 ◦ blue 31

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

Shades of Fire Engine Red #EA171F

Tints of Fire Engine Red #EA171F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.76%

R = 81.25%
G = 7.99%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA171F (or 0xEA171F) is known color: Fire Engine Red. HEX triplet: EA, 17 and 1F. RGB value is (234,23,31). Sum of RGB (Red+Green+Blue) = 234+23+31=288 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.25% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 234 - color contains mainly: red. Hex color #EA171F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA171F is #15E8E0. Grayscale: #575757. Windows color (decimal): -1435873 or 2037738. OLE color: 2037738.

HSL color Cylindrical-coordinate representation of color #EA171F: hue angle of 357.73º 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 #EA171F is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 23 31 -
CMYK 0 0.90 0.87 0.08
HSL 357.73º 0.83% 0.5% -
HSV(B) 357.73º 0.9% 0.92% -
XYZ 34.49 18.2 2.99 -
YUV 87 96.4 232.85 -
System Red Green Blue C M Y K H S L
Decimal 234 23 31 0 0.90 0.87 0.08 357.73 0.83 0.5
Hex EA 17 1F 0 5A 57 8 166 53 32
Octal 352 27 37 0 132 127 10 546 123 62
Binary 11101010 10111 11111 0 1011010 1010111 1000 101100110 1010011 110010

Color Harmonies of #EA171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA171F

Black with #EA171F

Text Example


Text Example

White with #EA171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA171F; }

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

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

background-color css

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

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

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

border-color css

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

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

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