Html Css Color HEX #E01027 Fire Engine Red

📋 copy color: '#E01027'

red 224 ◦ green 16 ◦ blue 39

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

Shades of Fire Engine Red #E01027

Tints of Fire Engine Red #E01027

RGB

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

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

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

R = 80.29%
G = 5.73%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E01027 (or 0xE01027) is known color: Fire Engine Red. HEX triplet: E0, 10 and 27. RGB value is (224,16,39). Sum of RGB (Red+Green+Blue) = 224+16+39=279 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.29% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 224 - color contains mainly: red. Hex color #E01027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01027 is #1FEFD8. Grayscale: #505050. Windows color (decimal): -2093017 or 2560224. OLE color: 2560224.

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

Color convert

RGB 224 16 39 -
CMYK 0 0.93 0.83 0.12
HSL 353.37º 0.87% 0.47% -
HSV(B) 353.37º 0.93% 0.88% -
XYZ 31.29 16.36 3.43 -
YUV 80.81 104.41 230.13 -
System Red Green Blue C M Y K H S L
Decimal 224 16 39 0 0.93 0.83 0.12 353.37 0.87 0.47
Hex E0 10 27 0 5D 53 C 161 57 2F
Octal 340 20 47 0 135 123 14 541 127 57
Binary 11100000 10000 100111 0 1011101 1010011 1100 101100001 1010111 101111

Color Harmonies of #E01027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01027

Black with #E01027

Text Example


Text Example

White with #E01027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01027; }

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

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

background-color css

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

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

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

border-color css

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

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

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