Html Css Color HEX #E21122 Fire Engine Red

📋 copy color: '#E21122'

red 226 ◦ green 17 ◦ blue 34

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

Shades of Fire Engine Red #E21122

Tints of Fire Engine Red #E21122

RGB

 RED value IS 226 (88.67% from 255) = 81.59%

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

 BLUE value IS 34 (13.67% from 255) = 12.27%

R = 81.59%
G = 6.14%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E21122 (or 0xE21122) is known color: Fire Engine Red. HEX triplet: E2, 11 and 22. RGB value is (226,17,34). Sum of RGB (Red+Green+Blue) = 226+17+34=277 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.59% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 226 - color contains mainly: red. Hex color #E21122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21122 is #1DEEDD. Grayscale: #515151. Windows color (decimal): -1961694 or 2232802. OLE color: 2232802.

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

Color convert

RGB 226 17 34 -
CMYK 0 0.92 0.85 0.11
HSL 355.12º 0.86% 0.48% -
HSV(B) 355.12º 0.92% 0.89% -
XYZ 31.85 16.69 3.06 -
YUV 81.43 101.24 231.12 -
System Red Green Blue C M Y K H S L
Decimal 226 17 34 0 0.92 0.85 0.11 355.12 0.86 0.48
Hex E2 11 22 0 5C 55 B 163 56 30
Octal 342 21 42 0 134 125 13 543 126 60
Binary 11100010 10001 100010 0 1011100 1010101 1011 101100011 1010110 110000

Color Harmonies of #E21122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21122

Black with #E21122

Text Example


Text Example

White with #E21122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21122; }

 p { color: rgb(226,17,34); }

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

background-color css

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

 a { background-color: rgb(226,17,34); }

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

border-color css

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

 span { border-color: rgb(226,17,34); }

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