Html Css Color HEX #E20122 Fire Engine Red

📋 copy color: '#E20122'

red 226 ◦ green 1 ◦ blue 34

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

Shades of Fire Engine Red #E20122

Tints of Fire Engine Red #E20122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 86.59%
G = 0.38%
B = 13.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E20122 (or 0xE20122) is known color: Fire Engine Red. HEX triplet: E2, 01 and 22. RGB value is (226,1,34). Sum of RGB (Red+Green+Blue) = 226+1+34=261 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.59% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 226 - color contains mainly: red. Hex color #E20122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20122 is #1DFEDD. Grayscale: #484848. Windows color (decimal): -1965790 or 2228706. OLE color: 2228706.

HSL color Cylindrical-coordinate representation of color #E20122: hue angle of 351.2º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20122 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 1 34 -
CMYK 0 1.00 0.85 0.11
HSL 351.2º 0.99% 0.45% -
HSV(B) 351.2º 1% 0.89% -
XYZ 31.66 16.31 2.99 -
YUV 72.04 106.54 237.82 -
System Red Green Blue C M Y K H S L
Decimal 226 1 34 0 1.00 0.85 0.11 351.2 0.99 0.45
Hex E2 1 22 0 64 55 B 15F 63 2D
Octal 342 1 42 0 144 125 13 537 143 55
Binary 11100010 1 100010 0 1100100 1010101 1011 101011111 1100011 101101

Color Harmonies of #E20122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20122

Black with #E20122

Text Example


Text Example

White with #E20122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20122; }

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

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

background-color css

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

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

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

border-color css

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

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

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