Html Css Color HEX #E20F20 Fire Engine Red

📋 copy color: '#E20F20'

red 226 ◦ green 15 ◦ blue 32

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

Shades of Fire Engine Red #E20F20

Tints of Fire Engine Red #E20F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.49%

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

R = 82.78%
G = 5.49%
B = 11.72%

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

#E20F20 (or 0xE20F20) is known color: Fire Engine Red. HEX triplet: E2, 0F and 20. RGB value is (226,15,32). Sum of RGB (Red+Green+Blue) = 226+15+32=273 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.78% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20F20 is #1DF0DF. Grayscale: #505050. Windows color (decimal): -1962208 or 2101218. OLE color: 2101218.

HSL color Cylindrical-coordinate representation of color #E20F20: hue angle of 355.17º degrees, saturation: 0.88, 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 #E20F20 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 15 32 -
CMYK 0 0.93 0.86 0.11
HSL 355.17º 0.88% 0.47% -
HSV(B) 355.17º 0.93% 0.89% -
XYZ 31.8 16.61 2.9 -
YUV 80.03 100.9 232.12 -
System Red Green Blue C M Y K H S L
Decimal 226 15 32 0 0.93 0.86 0.11 355.17 0.88 0.47
Hex E2 F 20 0 5D 56 B 163 58 2F
Octal 342 17 40 0 135 126 13 543 130 57
Binary 11100010 1111 100000 0 1011101 1010110 1011 101100011 1011000 101111

Color Harmonies of #E20F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20F20

Black with #E20F20

Text Example


Text Example

White with #E20F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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