Html Css Color HEX #E2081B Fire Engine Red

📋 copy color: '#E2081B'

red 226 ◦ green 8 ◦ blue 27

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

Shades of Fire Engine Red #E2081B

Tints of Fire Engine Red #E2081B

RGB

 RED value IS 226 (88.67% from 255) = 86.59%

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

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 86.59%
G = 3.07%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2081B (or 0xE2081B) is known color: Fire Engine Red. HEX triplet: E2, 08 and 1B. RGB value is (226,8,27). Sum of RGB (Red+Green+Blue) = 226+8+27=261 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.59% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 226 - color contains mainly: red. Hex color #E2081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2081B is #1DF7E4. Grayscale: #4B4B4B. Windows color (decimal): -1964005 or 1771746. OLE color: 1771746.

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

Color convert

RGB 226 8 27 -
CMYK 0 0.96 0.88 0.11
HSL 354.77º 0.93% 0.46% -
HSV(B) 354.77º 0.96% 0.89% -
XYZ 31.65 16.42 2.54 -
YUV 75.35 100.72 235.46 -
System Red Green Blue C M Y K H S L
Decimal 226 8 27 0 0.96 0.88 0.11 354.77 0.93 0.46
Hex E2 8 1B 0 60 58 B 163 5D 2E
Octal 342 10 33 0 140 130 13 543 135 56
Binary 11100010 1000 11011 0 1100000 1011000 1011 101100011 1011101 101110

Color Harmonies of #E2081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2081B

Black with #E2081B

Text Example


Text Example

White with #E2081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2081B; }

 p { color: rgb(226,8,27); }

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

background-color css

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

 a { background-color: rgb(226,8,27); }

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

border-color css

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

 span { border-color: rgb(226,8,27); }

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