Html Css Color HEX #EA161C Fire Engine Red

📋 copy color: '#EA161C'

red 234 ◦ green 22 ◦ blue 28

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

Shades of Fire Engine Red #EA161C

Tints of Fire Engine Red #EA161C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.86%

R = 82.39%
G = 7.75%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA161C (or 0xEA161C) is known color: Fire Engine Red. HEX triplet: EA, 16 and 1C. RGB value is (234,22,28). Sum of RGB (Red+Green+Blue) = 234+22+28=284 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.39% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 234 - color contains mainly: red. Hex color #EA161C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA161C is #15E9E3. Grayscale: #565656. Windows color (decimal): -1436132 or 1840874. OLE color: 1840874.

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

Color convert

RGB 234 22 28 -
CMYK 0 0.91 0.88 0.08
HSL 358.3º 0.83% 0.5% -
HSV(B) 358.3º 0.91% 0.92% -
XYZ 34.43 18.15 2.79 -
YUV 86.07 95.24 233.51 -
System Red Green Blue C M Y K H S L
Decimal 234 22 28 0 0.91 0.88 0.08 358.3 0.83 0.5
Hex EA 16 1C 0 5B 58 8 166 53 32
Octal 352 26 34 0 133 130 10 546 123 62
Binary 11101010 10110 11100 0 1011011 1011000 1000 101100110 1010011 110010

Color Harmonies of #EA161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA161C

Black with #EA161C

Text Example


Text Example

White with #EA161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA161C; }

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

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

background-color css

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

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

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

border-color css

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

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

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