Html Css Color HEX #EA161F Fire Engine Red

📋 copy color: '#EA161F'

red 234 ◦ green 22 ◦ blue 31

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

Shades of Fire Engine Red #EA161F

Tints of Fire Engine Red #EA161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

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

R = 81.53%
G = 7.67%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA161F (or 0xEA161F) is known color: Fire Engine Red. HEX triplet: EA, 16 and 1F. RGB value is (234,22,31). Sum of RGB (Red+Green+Blue) = 234+22+31=287 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.53% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 234 - color contains mainly: red. Hex color #EA161F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA161F is #15E9E0. Grayscale: #565656. Windows color (decimal): -1436129 or 2037482. OLE color: 2037482.

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

Color convert

RGB 234 22 31 -
CMYK 0 0.91 0.87 0.08
HSL 357.45º 0.83% 0.5% -
HSV(B) 357.45º 0.91% 0.92% -
XYZ 34.47 18.17 2.99 -
YUV 86.41 96.74 233.27 -
System Red Green Blue C M Y K H S L
Decimal 234 22 31 0 0.91 0.87 0.08 357.45 0.83 0.5
Hex EA 16 1F 0 5B 57 8 165 53 32
Octal 352 26 37 0 133 127 10 545 123 62
Binary 11101010 10110 11111 0 1011011 1010111 1000 101100101 1010011 110010

Color Harmonies of #EA161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA161F

Black with #EA161F

Text Example


Text Example

White with #EA161F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA161F; }

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

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

background-color css

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

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

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

border-color css

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

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

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