Html Css Color HEX #E21C20 Fire Engine Red

📋 copy color: '#E21C20'

red 226 ◦ green 28 ◦ blue 32

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

Shades of Fire Engine Red #E21C20

Tints of Fire Engine Red #E21C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

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

R = 79.02%
G = 9.79%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E21C20 (or 0xE21C20) is known color: Fire Engine Red. HEX triplet: E2, 1C and 20. RGB value is (226,28,32). Sum of RGB (Red+Green+Blue) = 226+28+32=286 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.02% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21C20 is #1DE3DF. Grayscale: #575757. Windows color (decimal): -1958880 or 2104546. OLE color: 2104546.

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

Color convert

RGB 226 28 32 -
CMYK 0 0.88 0.86 0.11
HSL 358.79º 0.78% 0.5% -
HSV(B) 358.79º 0.88% 0.89% -
XYZ 32.04 17.1 2.98 -
YUV 87.66 96.6 226.67 -
System Red Green Blue C M Y K H S L
Decimal 226 28 32 0 0.88 0.86 0.11 358.79 0.78 0.5
Hex E2 1C 20 0 58 56 B 167 4E 32
Octal 342 34 40 0 130 126 13 547 116 62
Binary 11100010 11100 100000 0 1011000 1010110 1011 101100111 1001110 110010

Color Harmonies of #E21C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21C20

Black with #E21C20

Text Example


Text Example

White with #E21C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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