Html Css Color HEX #EA1011 Fire Engine Red

📋 copy color: '#EA1011'

red 234 ◦ green 16 ◦ blue 17

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

Shades of Fire Engine Red #EA1011

Tints of Fire Engine Red #EA1011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.37%

R = 87.64%
G = 5.99%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA1011 (or 0xEA1011) is known color: Fire Engine Red. HEX triplet: EA, 10 and 11. RGB value is (234,16,17). Sum of RGB (Red+Green+Blue) = 234+16+17=267 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.64% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1011 is #15EFEE. Grayscale: #515151. Windows color (decimal): -1437679 or 1118442. OLE color: 1118442.

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

Color convert

RGB 234 16 17 -
CMYK 0 0.93 0.93 0.08
HSL 359.72º 0.87% 0.49% -
HSV(B) 359.72º 0.93% 0.92% -
XYZ 34.22 17.9 2.18 -
YUV 81.3 91.72 236.92 -
System Red Green Blue C M Y K H S L
Decimal 234 16 17 0 0.93 0.93 0.08 359.72 0.87 0.49
Hex EA 10 11 0 5D 5D 8 168 57 31
Octal 352 20 21 0 135 135 10 550 127 61
Binary 11101010 10000 10001 0 1011101 1011101 1000 101101000 1010111 110001

Color Harmonies of #EA1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1011

Black with #EA1011

Text Example


Text Example

White with #EA1011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1011; }

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

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

background-color css

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

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

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

border-color css

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

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

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