Html Css Color HEX #E20E1A Fire Engine Red

📋 copy color: '#E20E1A'

red 226 ◦ green 14 ◦ blue 26

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

Shades of Fire Engine Red #E20E1A

Tints of Fire Engine Red #E20E1A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.26%

 BLUE value IS 26 (10.55% from 255) = 9.77%

R = 84.96%
G = 5.26%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E20E1A (or 0xE20E1A) is known color: Fire Engine Red. HEX triplet: E2, 0E and 1A. RGB value is (226,14,26). Sum of RGB (Red+Green+Blue) = 226+14+26=266 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.96% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20E1A is #1DF1E5. Grayscale: #4E4E4E. Windows color (decimal): -1962470 or 1707746. OLE color: 1707746.

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

Color convert

RGB 226 14 26 -
CMYK 0 0.94 0.88 0.11
HSL 356.6º 0.88% 0.47% -
HSV(B) 356.6º 0.94% 0.89% -
XYZ 31.71 16.56 2.5 -
YUV 78.76 98.24 233.02 -
System Red Green Blue C M Y K H S L
Decimal 226 14 26 0 0.94 0.88 0.11 356.6 0.88 0.47
Hex E2 E 1A 0 5E 58 B 165 58 2F
Octal 342 16 32 0 136 130 13 545 130 57
Binary 11100010 1110 11010 0 1011110 1011000 1011 101100101 1011000 101111

Color Harmonies of #E20E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20E1A

Black with #E20E1A

Text Example


Text Example

White with #E20E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20E1A; }

 p { color: rgb(226,14,26); }

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

background-color css

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

 a { background-color: rgb(226,14,26); }

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

border-color css

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

 span { border-color: rgb(226,14,26); }

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