Html Css Color HEX #EA1420 Fire Engine Red

📋 copy color: '#EA1420'

red 234 ◦ green 20 ◦ blue 32

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

Shades of Fire Engine Red #EA1420

Tints of Fire Engine Red #EA1420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

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

R = 81.82%
G = 6.99%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA1420 (or 0xEA1420) is known color: Fire Engine Red. HEX triplet: EA, 14 and 20. RGB value is (234,20,32). Sum of RGB (Red+Green+Blue) = 234+20+32=286 (37% of max value = 765). Red value is 234 (91.80% from 255 or 81.82% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1420 is #15EBDF. Grayscale: #555555. Windows color (decimal): -1436640 or 2102506. OLE color: 2102506.

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

Color convert

RGB 234 20 32 -
CMYK 0 0.91 0.86 0.08
HSL 356.64º 0.84% 0.5% -
HSV(B) 356.64º 0.91% 0.92% -
XYZ 34.44 18.1 3.04 -
YUV 85.35 97.9 234.02 -
System Red Green Blue C M Y K H S L
Decimal 234 20 32 0 0.91 0.86 0.08 356.64 0.84 0.5
Hex EA 14 20 0 5B 56 8 165 54 32
Octal 352 24 40 0 133 126 10 545 124 62
Binary 11101010 10100 100000 0 1011011 1010110 1000 101100101 1010100 110010

Color Harmonies of #EA1420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1420

Black with #EA1420

Text Example


Text Example

White with #EA1420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1420; }

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

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

background-color css

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

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

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

border-color css

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

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

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