Html Css Color HEX #E01125 Fire Engine Red

📋 copy color: '#E01125'

red 224 ◦ green 17 ◦ blue 37

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

Shades of Fire Engine Red #E01125

Tints of Fire Engine Red #E01125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.31%

R = 80.58%
G = 6.12%
B = 13.31%

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

#E01125 (or 0xE01125) is known color: Fire Engine Red. HEX triplet: E0, 11 and 25. RGB value is (224,17,37). Sum of RGB (Red+Green+Blue) = 224+17+37=278 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.58% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 224 - color contains mainly: red. Hex color #E01125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01125 is #1FEEDA. Grayscale: #515151. Windows color (decimal): -2092763 or 2429408. OLE color: 2429408.

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

Color convert

RGB 224 17 37 -
CMYK 0 0.92 0.83 0.12
HSL 354.2º 0.86% 0.47% -
HSV(B) 354.2º 0.92% 0.88% -
XYZ 31.27 16.38 3.26 -
YUV 81.17 103.08 229.87 -
System Red Green Blue C M Y K H S L
Decimal 224 17 37 0 0.92 0.83 0.12 354.2 0.86 0.47
Hex E0 11 25 0 5C 53 C 162 56 2F
Octal 340 21 45 0 134 123 14 542 126 57
Binary 11100000 10001 100101 0 1011100 1010011 1100 101100010 1010110 101111

Color Harmonies of #E01125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01125

Black with #E01125

Text Example


Text Example

White with #E01125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01125; }

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

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

background-color css

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

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

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

border-color css

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

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

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