Html Css Color HEX #E0071A Fire Engine Red

📋 copy color: '#E0071A'

red 224 ◦ green 7 ◦ blue 26

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

Shades of Fire Engine Red #E0071A

Tints of Fire Engine Red #E0071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.72%

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

R = 87.16%
G = 2.72%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0071A (or 0xE0071A) is known color: Fire Engine Red. HEX triplet: E0, 07 and 1A. RGB value is (224,7,26). Sum of RGB (Red+Green+Blue) = 224+7+26=257 (34% of max value = 765). Red value is 224 (87.89% from 255 or 87.16% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 224 - color contains mainly: red. Hex color #E0071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0071A is #1FF8E5. Grayscale: #4A4A4A. Windows color (decimal): -2095334 or 1705952. OLE color: 1705952.

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

Color convert

RGB 224 7 26 -
CMYK 0 0.97 0.88 0.12
HSL 354.75º 0.94% 0.45% -
HSV(B) 354.75º 0.97% 0.88% -
XYZ 31 16.07 2.45 -
YUV 74.05 100.89 234.96 -
System Red Green Blue C M Y K H S L
Decimal 224 7 26 0 0.97 0.88 0.12 354.75 0.94 0.45
Hex E0 7 1A 0 61 58 C 163 5E 2D
Octal 340 7 32 0 141 130 14 543 136 55
Binary 11100000 111 11010 0 1100001 1011000 1100 101100011 1011110 101101

Color Harmonies of #E0071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0071A

Black with #E0071A

Text Example


Text Example

White with #E0071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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