Html Css Color HEX #E0101E Fire Engine Red

📋 copy color: '#E0101E'

red 224 ◦ green 16 ◦ blue 30

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

Shades of Fire Engine Red #E0101E

Tints of Fire Engine Red #E0101E

RGB

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

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

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

R = 82.96%
G = 5.93%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E0101E (or 0xE0101E) is known color: Fire Engine Red. HEX triplet: E0, 10 and 1E. RGB value is (224,16,30). Sum of RGB (Red+Green+Blue) = 224+16+30=270 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.96% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 224 - color contains mainly: red. Hex color #E0101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0101E is #1FEFE1. Grayscale: #4F4F4F. Windows color (decimal): -2093026 or 1970400. OLE color: 1970400.

HSL color Cylindrical-coordinate representation of color #E0101E: hue angle of 355.96º 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 #E0101E is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 16 30 -
CMYK 0 0.93 0.87 0.12
HSL 355.96º 0.87% 0.47% -
HSV(B) 355.96º 0.93% 0.88% -
XYZ 31.16 16.31 2.73 -
YUV 79.79 99.91 230.86 -
System Red Green Blue C M Y K H S L
Decimal 224 16 30 0 0.93 0.87 0.12 355.96 0.87 0.47
Hex E0 10 1E 0 5D 57 C 164 57 2F
Octal 340 20 36 0 135 127 14 544 127 57
Binary 11100000 10000 11110 0 1011101 1010111 1100 101100100 1010111 101111

Color Harmonies of #E0101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0101E

Black with #E0101E

Text Example


Text Example

White with #E0101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0101E; }

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

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

background-color css

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

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

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

border-color css

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

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

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