Html Css Color HEX #E1081B Fire Engine Red

📋 copy color: '#E1081B'

red 225 ◦ green 8 ◦ blue 27

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

Shades of Fire Engine Red #E1081B

Tints of Fire Engine Red #E1081B

RGB

 RED value IS 225 (88.28% from 255) = 86.54%

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

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

R = 86.54%
G = 3.08%
B = 10.38%

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

#E1081B (or 0xE1081B) is known color: Fire Engine Red. HEX triplet: E1, 08 and 1B. RGB value is (225,8,27). Sum of RGB (Red+Green+Blue) = 225+8+27=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E1081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1081B is #1EF7E4. Grayscale: #4B4B4B. Windows color (decimal): -2029541 or 1771745. OLE color: 1771745.

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

Color convert

RGB 225 8 27 -
CMYK 0 0.96 0.88 0.12
HSL 354.75º 0.93% 0.46% -
HSV(B) 354.75º 0.96% 0.88% -
XYZ 31.34 16.26 2.52 -
YUV 75.05 100.89 234.96 -
System Red Green Blue C M Y K H S L
Decimal 225 8 27 0 0.96 0.88 0.12 354.75 0.93 0.46
Hex E1 8 1B 0 60 58 C 163 5D 2E
Octal 341 10 33 0 140 130 14 543 135 56
Binary 11100001 1000 11011 0 1100000 1011000 1100 101100011 1011101 101110

Color Harmonies of #E1081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1081B

Black with #E1081B

Text Example


Text Example

White with #E1081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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