Html Css Color HEX #E0101B Fire Engine Red

📋 copy color: '#E0101B'

red 224 ◦ green 16 ◦ blue 27

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

Shades of Fire Engine Red #E0101B

Tints of Fire Engine Red #E0101B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.99%

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

R = 83.9%
G = 5.99%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0101B (or 0xE0101B) is known color: Fire Engine Red. HEX triplet: E0, 10 and 1B. RGB value is (224,16,27). Sum of RGB (Red+Green+Blue) = 224+16+27=267 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.90% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 224 - color contains mainly: red. Hex color #E0101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0101B is #1FEFE4. Grayscale: #4F4F4F. Windows color (decimal): -2093029 or 1773792. OLE color: 1773792.

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

Color convert

RGB 224 16 27 -
CMYK 0 0.93 0.88 0.12
HSL 356.83º 0.87% 0.47% -
HSV(B) 356.83º 0.93% 0.88% -
XYZ 31.12 16.3 2.54 -
YUV 79.45 98.41 231.11 -
System Red Green Blue C M Y K H S L
Decimal 224 16 27 0 0.93 0.88 0.12 356.83 0.87 0.47
Hex E0 10 1B 0 5D 58 C 165 57 2F
Octal 340 20 33 0 135 130 14 545 127 57
Binary 11100000 10000 11011 0 1011101 1011000 1100 101100101 1010111 101111

Color Harmonies of #E0101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0101B

Black with #E0101B

Text Example


Text Example

White with #E0101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0101B; }

 p { color: rgb(224,16,27); }

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

background-color css

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

 a { background-color: rgb(224,16,27); }

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

border-color css

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

 span { border-color: rgb(224,16,27); }

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