Html Css Color HEX #E11421 Fire Engine Red

📋 copy color: '#E11421'

red 225 ◦ green 20 ◦ blue 33

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

Shades of Fire Engine Red #E11421

Tints of Fire Engine Red #E11421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.19%

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

R = 80.94%
G = 7.19%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E11421 (or 0xE11421) is known color: Fire Engine Red. HEX triplet: E1, 14 and 21. RGB value is (225,20,33). Sum of RGB (Red+Green+Blue) = 225+20+33=278 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.94% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 225 - color contains mainly: red. Hex color #E11421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11421 is #1EEBDE. Grayscale: #525252. Windows color (decimal): -2026463 or 2168033. OLE color: 2168033.

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

Color convert

RGB 225 20 33 -
CMYK 0 0.91 0.85 0.12
HSL 356.2º 0.84% 0.48% -
HSV(B) 356.2º 0.91% 0.88% -
XYZ 31.58 16.62 2.98 -
YUV 82.78 99.92 229.44 -
System Red Green Blue C M Y K H S L
Decimal 225 20 33 0 0.91 0.85 0.12 356.2 0.84 0.48
Hex E1 14 21 0 5B 55 C 164 54 30
Octal 341 24 41 0 133 125 14 544 124 60
Binary 11100001 10100 100001 0 1011011 1010101 1100 101100100 1010100 110000

Color Harmonies of #E11421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11421

Black with #E11421

Text Example


Text Example

White with #E11421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11421; }

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

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

background-color css

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

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

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

border-color css

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

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

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