Html Css Color HEX #E0081A Fire Engine Red

📋 copy color: '#E0081A'

red 224 ◦ green 8 ◦ blue 26

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

Shades of Fire Engine Red #E0081A

Tints of Fire Engine Red #E0081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.1%

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

R = 86.82%
G = 3.1%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0081A (or 0xE0081A) is known color: Fire Engine Red. HEX triplet: E0, 08 and 1A. RGB value is (224,8,26). Sum of RGB (Red+Green+Blue) = 224+8+26=258 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.82% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 224 - color contains mainly: red. Hex color #E0081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0081A is #1FF7E5. Grayscale: #4A4A4A. Windows color (decimal): -2095078 or 1706208. OLE color: 1706208.

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

Color convert

RGB 224 8 26 -
CMYK 0 0.96 0.88 0.12
HSL 355º 0.93% 0.45% -
HSV(B) 355º 0.96% 0.88% -
XYZ 31.01 16.1 2.45 -
YUV 74.64 100.56 234.54 -
System Red Green Blue C M Y K H S L
Decimal 224 8 26 0 0.96 0.88 0.12 355 0.93 0.45
Hex E0 8 1A 0 60 58 C 163 5D 2D
Octal 340 10 32 0 140 130 14 543 135 55
Binary 11100000 1000 11010 0 1100000 1011000 1100 101100011 1011101 101101

Color Harmonies of #E0081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0081A

Black with #E0081A

Text Example


Text Example

White with #E0081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0081A; }

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

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

background-color css

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

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

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

border-color css

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

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

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