Html Css Color HEX #EA1320 Fire Engine Red

📋 copy color: '#EA1320'

red 234 ◦ green 19 ◦ blue 32

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

Shades of Fire Engine Red #EA1320

Tints of Fire Engine Red #EA1320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 32 (12.89% from 255) = 11.23%

R = 82.11%
G = 6.67%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA1320 (or 0xEA1320) is known color: Fire Engine Red. HEX triplet: EA, 13 and 20. RGB value is (234,19,32). Sum of RGB (Red+Green+Blue) = 234+19+32=285 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.11% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1320 is #15ECDF. Grayscale: #545454. Windows color (decimal): -1436896 or 2102250. OLE color: 2102250.

HSL color Cylindrical-coordinate representation of color #EA1320: hue angle of 356.37º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA1320 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 19 32 -
CMYK 0 0.92 0.86 0.08
HSL 356.37º 0.85% 0.5% -
HSV(B) 356.37º 0.92% 0.92% -
XYZ 34.43 18.06 3.04 -
YUV 84.77 98.23 234.44 -
System Red Green Blue C M Y K H S L
Decimal 234 19 32 0 0.92 0.86 0.08 356.37 0.85 0.5
Hex EA 13 20 0 5C 56 8 164 55 32
Octal 352 23 40 0 134 126 10 544 125 62
Binary 11101010 10011 100000 0 1011100 1010110 1000 101100100 1010101 110010

Color Harmonies of #EA1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1320

Black with #EA1320

Text Example


Text Example

White with #EA1320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1320; }

 p { color: rgb(234,19,32); }

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

background-color css

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

 a { background-color: rgb(234,19,32); }

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

border-color css

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

 span { border-color: rgb(234,19,32); }

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