Html Css Color HEX #E21020 Fire Engine Red

📋 copy color: '#E21020'

red 226 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #E21020

Tints of Fire Engine Red #E21020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.84%

 BLUE value IS 32 (12.89% from 255) = 11.68%

R = 82.48%
G = 5.84%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E21020 (or 0xE21020) is known color: Fire Engine Red. HEX triplet: E2, 10 and 20. RGB value is (226,16,32). Sum of RGB (Red+Green+Blue) = 226+16+32=274 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.48% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 226 - color contains mainly: red. Hex color #E21020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21020 is #1DEFDF. Grayscale: #505050. Windows color (decimal): -1961952 or 2101474. OLE color: 2101474.

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

Color convert

RGB 226 16 32 -
CMYK 0 0.93 0.86 0.11
HSL 355.43º 0.87% 0.47% -
HSV(B) 355.43º 0.93% 0.89% -
XYZ 31.81 16.64 2.9 -
YUV 80.61 100.57 231.7 -
System Red Green Blue C M Y K H S L
Decimal 226 16 32 0 0.93 0.86 0.11 355.43 0.87 0.47
Hex E2 10 20 0 5D 56 B 163 57 2F
Octal 342 20 40 0 135 126 13 543 127 57
Binary 11100010 10000 100000 0 1011101 1010110 1011 101100011 1010111 101111

Color Harmonies of #E21020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21020

Black with #E21020

Text Example


Text Example

White with #E21020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21020; }

 p { color: rgb(226,16,32); }

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

background-color css

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

 a { background-color: rgb(226,16,32); }

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

border-color css

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

 span { border-color: rgb(226,16,32); }

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