Html Css Color HEX #E20A1B Fire Engine Red

📋 copy color: '#E20A1B'

red 226 ◦ green 10 ◦ blue 27

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

Shades of Fire Engine Red #E20A1B

Tints of Fire Engine Red #E20A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.8%

 BLUE value IS 27 (10.94% from 255) = 10.27%

R = 85.93%
G = 3.8%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E20A1B (or 0xE20A1B) is known color: Fire Engine Red. HEX triplet: E2, 0A and 1B. RGB value is (226,10,27). Sum of RGB (Red+Green+Blue) = 226+10+27=263 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.93% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20A1B is #1DF5E4. Grayscale: #4C4C4C. Windows color (decimal): -1963493 or 1772258. OLE color: 1772258.

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

Color convert

RGB 226 10 27 -
CMYK 0 0.96 0.88 0.11
HSL 355.28º 0.92% 0.46% -
HSV(B) 355.28º 0.96% 0.89% -
XYZ 31.67 16.46 2.55 -
YUV 76.52 100.06 234.62 -
System Red Green Blue C M Y K H S L
Decimal 226 10 27 0 0.96 0.88 0.11 355.28 0.92 0.46
Hex E2 A 1B 0 60 58 B 163 5C 2E
Octal 342 12 33 0 140 130 13 543 134 56
Binary 11100010 1010 11011 0 1100000 1011000 1011 101100011 1011100 101110

Color Harmonies of #E20A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20A1B

Black with #E20A1B

Text Example


Text Example

White with #E20A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20A1B; }

 p { color: rgb(226,10,27); }

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

background-color css

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

 a { background-color: rgb(226,10,27); }

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

border-color css

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

 span { border-color: rgb(226,10,27); }

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