Html Css Color HEX #E01A22 Fire Engine Red

📋 copy color: '#E01A22'

red 224 ◦ green 26 ◦ blue 34

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

Shades of Fire Engine Red #E01A22

Tints of Fire Engine Red #E01A22

RGB

 RED value IS 224 (87.89% from 255) = 78.87%

 GREEN value IS 26 (10.55% from 255) = 9.15%

 BLUE value IS 34 (13.67% from 255) = 11.97%

R = 78.87%
G = 9.15%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E01A22 (or 0xE01A22) is known color: Fire Engine Red. HEX triplet: E0, 1A and 22. RGB value is (224,26,34). Sum of RGB (Red+Green+Blue) = 224+26+34=284 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.87% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 224 - color contains mainly: red. Hex color #E01A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01A22 is #1FE5DD. Grayscale: #565656. Windows color (decimal): -2090462 or 2235104. OLE color: 2235104.

HSL color Cylindrical-coordinate representation of color #E01A22: hue angle of 357.58º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01A22 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 26 34 -
CMYK 0 0.88 0.85 0.12
HSL 357.58º 0.79% 0.49% -
HSV(B) 357.58º 0.88% 0.88% -
XYZ 31.4 16.7 3.08 -
YUV 86.11 98.6 226.35 -
System Red Green Blue C M Y K H S L
Decimal 224 26 34 0 0.88 0.85 0.12 357.58 0.79 0.49
Hex E0 1A 22 0 58 55 C 166 4F 31
Octal 340 32 42 0 130 125 14 546 117 61
Binary 11100000 11010 100010 0 1011000 1010101 1100 101100110 1001111 110001

Color Harmonies of #E01A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01A22

Black with #E01A22

Text Example


Text Example

White with #E01A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01A22; }

 p { color: rgb(224,26,34); }

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

background-color css

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

 a { background-color: rgb(224,26,34); }

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

border-color css

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

 span { border-color: rgb(224,26,34); }

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