Html Css Color HEX #EA1518 Fire Engine Red

📋 copy color: '#EA1518'

red 234 ◦ green 21 ◦ blue 24

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

Shades of Fire Engine Red #EA1518

Tints of Fire Engine Red #EA1518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.6%

R = 83.87%
G = 7.53%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA1518 (or 0xEA1518) is known color: Fire Engine Red. HEX triplet: EA, 15 and 18. RGB value is (234,21,24). Sum of RGB (Red+Green+Blue) = 234+21+24=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1518 is #15EAE7. Grayscale: #555555. Windows color (decimal): -1436392 or 1578474. OLE color: 1578474.

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

Color convert

RGB 234 21 24 -
CMYK 0 0.91 0.90 0.08
HSL 359.15º 0.84% 0.5% -
HSV(B) 359.15º 0.91% 0.92% -
XYZ 34.36 18.09 2.55 -
YUV 85.03 93.57 234.26 -
System Red Green Blue C M Y K H S L
Decimal 234 21 24 0 0.91 0.90 0.08 359.15 0.84 0.5
Hex EA 15 18 0 5B 5A 8 167 54 32
Octal 352 25 30 0 133 132 10 547 124 62
Binary 11101010 10101 11000 0 1011011 1011010 1000 101100111 1010100 110010

Color Harmonies of #EA1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1518

Black with #EA1518

Text Example


Text Example

White with #EA1518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1518; }

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

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

background-color css

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

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

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

border-color css

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

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

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