Html Css Color HEX #E12022 Fire Engine Red

📋 copy color: '#E12022'

red 225 ◦ green 32 ◦ blue 34

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

Shades of Fire Engine Red #E12022

Tints of Fire Engine Red #E12022

RGB

 RED value IS 225 (88.28% from 255) = 77.32%

 GREEN value IS 32 (12.89% from 255) = 11%

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

R = 77.32%
G = 11%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E12022 (or 0xE12022) is known color: Fire Engine Red. HEX triplet: E1, 20 and 22. RGB value is (225,32,34). Sum of RGB (Red+Green+Blue) = 225+32+34=291 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.32% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 225 - color contains mainly: red. Hex color #E12022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12022 is #1EDFDD. Grayscale: #5A5A5A. Windows color (decimal): -2023390 or 2236641. OLE color: 2236641.

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

Color convert

RGB 225 32 34 -
CMYK 0 0.86 0.85 0.12
HSL 359.38º 0.76% 0.5% -
HSV(B) 359.38º 0.86% 0.88% -
XYZ 31.86 17.16 3.15 -
YUV 89.94 96.44 224.34 -
System Red Green Blue C M Y K H S L
Decimal 225 32 34 0 0.86 0.85 0.12 359.38 0.76 0.5
Hex E1 20 22 0 56 55 C 167 4C 32
Octal 341 40 42 0 126 125 14 547 114 62
Binary 11100001 100000 100010 0 1010110 1010101 1100 101100111 1001100 110010

Color Harmonies of #E12022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12022

Black with #E12022

Text Example


Text Example

White with #E12022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12022; }

 p { color: rgb(225,32,34); }

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

background-color css

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

 a { background-color: rgb(225,32,34); }

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

border-color css

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

 span { border-color: rgb(225,32,34); }

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