Html Css Color HEX #E31020 Fire Engine Red

📋 copy color: '#E31020'

red 227 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #E31020

Tints of Fire Engine Red #E31020

RGB

 RED value IS 227 (89.06% from 255) = 82.55%

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

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

R = 82.55%
G = 5.82%
B = 11.64%

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

#E31020 (or 0xE31020) is known color: Fire Engine Red. HEX triplet: E3, 10 and 20. RGB value is (227,16,32). Sum of RGB (Red+Green+Blue) = 227+16+32=275 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.55% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 227 - color contains mainly: red. Hex color #E31020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31020 is #1CEFDF. Grayscale: #515151. Windows color (decimal): -1896416 or 2101475. OLE color: 2101475.

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

Color convert

RGB 227 16 32 -
CMYK 0 0.93 0.86 0.11
HSL 355.45º 0.87% 0.48% -
HSV(B) 355.45º 0.93% 0.89% -
XYZ 32.12 16.81 2.92 -
YUV 80.91 100.4 232.2 -
System Red Green Blue C M Y K H S L
Decimal 227 16 32 0 0.93 0.86 0.11 355.45 0.87 0.48
Hex E3 10 20 0 5D 56 B 163 57 30
Octal 343 20 40 0 135 126 13 543 127 60
Binary 11100011 10000 100000 0 1011101 1010110 1011 101100011 1010111 110000

Color Harmonies of #E31020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31020

Black with #E31020

Text Example


Text Example

White with #E31020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31020; }

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

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

background-color css

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

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

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

border-color css

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

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

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