Html Css Color HEX #EA151C Fire Engine Red

📋 copy color: '#EA151C'

red 234 ◦ green 21 ◦ blue 28

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

Shades of Fire Engine Red #EA151C

Tints of Fire Engine Red #EA151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

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

R = 82.69%
G = 7.42%
B = 9.89%

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

#EA151C (or 0xEA151C) is known color: Fire Engine Red. HEX triplet: EA, 15 and 1C. RGB value is (234,21,28). Sum of RGB (Red+Green+Blue) = 234+21+28=283 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.69% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 234 - color contains mainly: red. Hex color #EA151C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA151C is #15EAE3. Grayscale: #555555. Windows color (decimal): -1436388 or 1840618. OLE color: 1840618.

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

Color convert

RGB 234 21 28 -
CMYK 0 0.91 0.88 0.08
HSL 358.03º 0.84% 0.5% -
HSV(B) 358.03º 0.91% 0.92% -
XYZ 34.41 18.11 2.78 -
YUV 85.49 95.57 233.93 -
System Red Green Blue C M Y K H S L
Decimal 234 21 28 0 0.91 0.88 0.08 358.03 0.84 0.5
Hex EA 15 1C 0 5B 58 8 166 54 32
Octal 352 25 34 0 133 130 10 546 124 62
Binary 11101010 10101 11100 0 1011011 1011000 1000 101100110 1010100 110010

Color Harmonies of #EA151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA151C

Black with #EA151C

Text Example


Text Example

White with #EA151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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