Html Css Color HEX #E01126 Fire Engine Red

📋 copy color: '#E01126'

red 224 ◦ green 17 ◦ blue 38

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

Shades of Fire Engine Red #E01126

Tints of Fire Engine Red #E01126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.09%

 BLUE value IS 38 (15.23% from 255) = 13.62%

R = 80.29%
G = 6.09%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E01126 (or 0xE01126) is known color: Fire Engine Red. HEX triplet: E0, 11 and 26. RGB value is (224,17,38). Sum of RGB (Red+Green+Blue) = 224+17+38=279 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.29% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 224 - color contains mainly: red. Hex color #E01126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01126 is #1FEED9. Grayscale: #515151. Windows color (decimal): -2092762 or 2494944. OLE color: 2494944.

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

Color convert

RGB 224 17 38 -
CMYK 0 0.92 0.83 0.12
HSL 353.91º 0.86% 0.47% -
HSV(B) 353.91º 0.92% 0.88% -
XYZ 31.29 16.39 3.35 -
YUV 81.29 103.58 229.79 -
System Red Green Blue C M Y K H S L
Decimal 224 17 38 0 0.92 0.83 0.12 353.91 0.86 0.47
Hex E0 11 26 0 5C 53 C 162 56 2F
Octal 340 21 46 0 134 123 14 542 126 57
Binary 11100000 10001 100110 0 1011100 1010011 1100 101100010 1010110 101111

Color Harmonies of #E01126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01126

Black with #E01126

Text Example


Text Example

White with #E01126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01126; }

 p { color: rgb(224,17,38); }

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

background-color css

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

 a { background-color: rgb(224,17,38); }

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

border-color css

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

 span { border-color: rgb(224,17,38); }

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