Html Css Color HEX #E8021E Fire Engine Red

📋 copy color: '#E8021E'

red 232 ◦ green 2 ◦ blue 30

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

Shades of Fire Engine Red #E8021E

Tints of Fire Engine Red #E8021E

RGB

 RED value IS 232 (91.02% from 255) = 87.88%

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 87.88%
G = 0.76%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E8021E (or 0xE8021E) is known color: Fire Engine Red. HEX triplet: E8, 02 and 1E. RGB value is (232,2,30). Sum of RGB (Red+Green+Blue) = 232+2+30=264 (34% of max value = 765). Red value is 232 (91.02% from 255 or 87.88% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 232 - color contains mainly: red. Hex color #E8021E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8021E is #17FDE1. Grayscale: #4A4A4A. Windows color (decimal): -1572322 or 1966824. OLE color: 1966824.

HSL color Cylindrical-coordinate representation of color #E8021E: hue angle of 352.7º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8021E is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 2 30 -
CMYK 0 0.99 0.87 0.09
HSL 352.7º 0.98% 0.46% -
HSV(B) 352.7º 0.99% 0.91% -
XYZ 33.53 17.29 2.8 -
YUV 73.96 103.2 240.72 -
System Red Green Blue C M Y K H S L
Decimal 232 2 30 0 0.99 0.87 0.09 352.7 0.98 0.46
Hex E8 2 1E 0 63 57 9 161 62 2E
Octal 350 2 36 0 143 127 11 541 142 56
Binary 11101000 10 11110 0 1100011 1010111 1001 101100001 1100010 101110

Color Harmonies of #E8021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8021E

Black with #E8021E

Text Example


Text Example

White with #E8021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8021E; }

 p { color: rgb(232,2,30); }

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

background-color css

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

 a { background-color: rgb(232,2,30); }

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

border-color css

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

 span { border-color: rgb(232,2,30); }

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