Html Css Color HEX #E01227 Fire Engine Red

📋 copy color: '#E01227'

red 224 ◦ green 18 ◦ blue 39

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

Shades of Fire Engine Red #E01227

Tints of Fire Engine Red #E01227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.41%

 BLUE value IS 39 (15.63% from 255) = 13.88%

R = 79.72%
G = 6.41%
B = 13.88%

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

#E01227 (or 0xE01227) is known color: Fire Engine Red. HEX triplet: E0, 12 and 27. RGB value is (224,18,39). Sum of RGB (Red+Green+Blue) = 224+18+39=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E01227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01227 is #1FEDD8. Grayscale: #525252. Windows color (decimal): -2092505 or 2560736. OLE color: 2560736.

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

Color convert

RGB 224 18 39 -
CMYK 0 0.92 0.83 0.12
HSL 353.88º 0.85% 0.47% -
HSV(B) 353.88º 0.92% 0.88% -
XYZ 31.32 16.43 3.44 -
YUV 81.99 103.75 229.29 -
System Red Green Blue C M Y K H S L
Decimal 224 18 39 0 0.92 0.83 0.12 353.88 0.85 0.47
Hex E0 12 27 0 5C 53 C 162 55 2F
Octal 340 22 47 0 134 123 14 542 125 57
Binary 11100000 10010 100111 0 1011100 1010011 1100 101100010 1010101 101111

Color Harmonies of #E01227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01227

Black with #E01227

Text Example


Text Example

White with #E01227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01227; }

 p { color: rgb(224,18,39); }

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

background-color css

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

 a { background-color: rgb(224,18,39); }

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

border-color css

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

 span { border-color: rgb(224,18,39); }

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