Html Css Color HEX #EA1014 Fire Engine Red

📋 copy color: '#EA1014'

red 234 ◦ green 16 ◦ blue 20

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

Shades of Fire Engine Red #EA1014

Tints of Fire Engine Red #EA1014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.93%

 BLUE value IS 20 (8.2% from 255) = 7.41%

R = 86.67%
G = 5.93%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA1014 (or 0xEA1014) is known color: Fire Engine Red. HEX triplet: EA, 10 and 14. RGB value is (234,16,20). Sum of RGB (Red+Green+Blue) = 234+16+20=270 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.67% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1014 is #15EFEB. Grayscale: #515151. Windows color (decimal): -1437676 or 1315050. OLE color: 1315050.

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

Color convert

RGB 234 16 20 -
CMYK 0 0.93 0.91 0.08
HSL 358.9º 0.87% 0.49% -
HSV(B) 358.9º 0.93% 0.92% -
XYZ 34.24 17.91 2.31 -
YUV 81.64 93.22 236.67 -
System Red Green Blue C M Y K H S L
Decimal 234 16 20 0 0.93 0.91 0.08 358.9 0.87 0.49
Hex EA 10 14 0 5D 5B 8 167 57 31
Octal 352 20 24 0 135 133 10 547 127 61
Binary 11101010 10000 10100 0 1011101 1011011 1000 101100111 1010111 110001

Color Harmonies of #EA1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1014

Black with #EA1014

Text Example


Text Example

White with #EA1014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1014; }

 p { color: rgb(234,16,20); }

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

background-color css

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

 a { background-color: rgb(234,16,20); }

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

border-color css

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

 span { border-color: rgb(234,16,20); }

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