Html Css Color HEX #E0081C Fire Engine Red

📋 copy color: '#E0081C'

red 224 ◦ green 8 ◦ blue 28

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

Shades of Fire Engine Red #E0081C

Tints of Fire Engine Red #E0081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 86.15%
G = 3.08%
B = 10.77%

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

#E0081C (or 0xE0081C) is known color: Fire Engine Red. HEX triplet: E0, 08 and 1C. RGB value is (224,8,28). Sum of RGB (Red+Green+Blue) = 224+8+28=260 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.15% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 224 - color contains mainly: red. Hex color #E0081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0081C is #1FF7E3. Grayscale: #4B4B4B. Windows color (decimal): -2095076 or 1837280. OLE color: 1837280.

HSL color Cylindrical-coordinate representation of color #E0081C: hue angle of 354.44º 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 #E0081C is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 28 -
CMYK 0 0.96 0.88 0.12
HSL 354.44º 0.93% 0.45% -
HSV(B) 354.44º 0.96% 0.88% -
XYZ 31.04 16.1 2.57 -
YUV 74.86 101.56 234.37 -
System Red Green Blue C M Y K H S L
Decimal 224 8 28 0 0.96 0.88 0.12 354.44 0.93 0.45
Hex E0 8 1C 0 60 58 C 162 5D 2D
Octal 340 10 34 0 140 130 14 542 135 55
Binary 11100000 1000 11100 0 1100000 1011000 1100 101100010 1011101 101101

Color Harmonies of #E0081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0081C

Black with #E0081C

Text Example


Text Example

White with #E0081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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