Html Css Color HEX #E01528 Fire Engine Red

📋 copy color: '#E01528'

red 224 ◦ green 21 ◦ blue 40

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

Shades of Fire Engine Red #E01528

Tints of Fire Engine Red #E01528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 78.6%
G = 7.37%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E01528 (or 0xE01528) is known color: Fire Engine Red. HEX triplet: E0, 15 and 28. RGB value is (224,21,40). Sum of RGB (Red+Green+Blue) = 224+21+40=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E01528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01528 is #1FEAD7. Grayscale: #535353. Windows color (decimal): -2091736 or 2627040. OLE color: 2627040.

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

Color convert

RGB 224 21 40 -
CMYK 0 0.91 0.82 0.12
HSL 354.38º 0.83% 0.48% -
HSV(B) 354.38º 0.91% 0.88% -
XYZ 31.39 16.54 3.54 -
YUV 83.86 103.25 227.96 -
System Red Green Blue C M Y K H S L
Decimal 224 21 40 0 0.91 0.82 0.12 354.38 0.83 0.48
Hex E0 15 28 0 5B 52 C 162 53 30
Octal 340 25 50 0 133 122 14 542 123 60
Binary 11100000 10101 101000 0 1011011 1010010 1100 101100010 1010011 110000

Color Harmonies of #E01528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01528

Black with #E01528

Text Example


Text Example

White with #E01528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01528; }

 p { color: rgb(224,21,40); }

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

background-color css

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

 a { background-color: rgb(224,21,40); }

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

border-color css

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

 span { border-color: rgb(224,21,40); }

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