Html Css Color HEX #EA1121 Fire Engine Red

📋 copy color: '#EA1121'

red 234 ◦ green 17 ◦ blue 33

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

Shades of Fire Engine Red #EA1121

Tints of Fire Engine Red #EA1121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.99%

 BLUE value IS 33 (13.28% from 255) = 11.62%

R = 82.39%
G = 5.99%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA1121 (or 0xEA1121) is known color: Fire Engine Red. HEX triplet: EA, 11 and 21. RGB value is (234,17,33). Sum of RGB (Red+Green+Blue) = 234+17+33=284 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.39% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1121 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1121 is #15EEDE. Grayscale: #535353. Windows color (decimal): -1437407 or 2167274. OLE color: 2167274.

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

Color convert

RGB 234 17 33 -
CMYK 0 0.93 0.86 0.08
HSL 355.58º 0.86% 0.49% -
HSV(B) 355.58º 0.93% 0.92% -
XYZ 34.41 18 3.1 -
YUV 83.71 99.39 235.2 -
System Red Green Blue C M Y K H S L
Decimal 234 17 33 0 0.93 0.86 0.08 355.58 0.86 0.49
Hex EA 11 21 0 5D 56 8 164 56 31
Octal 352 21 41 0 135 126 10 544 126 61
Binary 11101010 10001 100001 0 1011101 1010110 1000 101100100 1010110 110001

Color Harmonies of #EA1121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1121

Black with #EA1121

Text Example


Text Example

White with #EA1121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1121; }

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

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

background-color css

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

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

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

border-color css

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

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

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