Html Css Color HEX #E12021 Fire Engine Red

📋 copy color: '#E12021'

red 225 ◦ green 32 ◦ blue 33

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

Shades of Fire Engine Red #E12021

Tints of Fire Engine Red #E12021

RGB

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

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

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

R = 77.59%
G = 11.03%
B = 11.38%

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

#E12021 (or 0xE12021) is known color: Fire Engine Red. HEX triplet: E1, 20 and 21. RGB value is (225,32,33). Sum of RGB (Red+Green+Blue) = 225+32+33=290 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.59% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 225 - color contains mainly: red. Hex color #E12021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12021 is #1EDFDE. Grayscale: #5A5A5A. Windows color (decimal): -2023391 or 2171105. OLE color: 2171105.

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

Color convert

RGB 225 32 33 -
CMYK 0 0.86 0.85 0.12
HSL 359.69º 0.76% 0.5% -
HSV(B) 359.69º 0.86% 0.88% -
XYZ 31.84 17.15 3.07 -
YUV 89.82 95.94 224.42 -
System Red Green Blue C M Y K H S L
Decimal 225 32 33 0 0.86 0.85 0.12 359.69 0.76 0.5
Hex E1 20 21 0 56 55 C 168 4C 32
Octal 341 40 41 0 126 125 14 550 114 62
Binary 11100001 100000 100001 0 1010110 1010101 1100 101101000 1001100 110010

Color Harmonies of #E12021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12021

Black with #E12021

Text Example


Text Example

White with #E12021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12021; }

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

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

background-color css

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

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

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

border-color css

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

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

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