Html Css Color HEX #E01525 Fire Engine Red

📋 copy color: '#E01525'

red 224 ◦ green 21 ◦ blue 37

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

Shades of Fire Engine Red #E01525

Tints of Fire Engine Red #E01525

RGB

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

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

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

R = 79.43%
G = 7.45%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E01525 (or 0xE01525) is known color: Fire Engine Red. HEX triplet: E0, 15 and 25. RGB value is (224,21,37). Sum of RGB (Red+Green+Blue) = 224+21+37=282 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.43% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 224 - color contains mainly: red. Hex color #E01525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01525 is #1FEADA. Grayscale: #535353. Windows color (decimal): -2091739 or 2430432. OLE color: 2430432.

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

Color convert

RGB 224 21 37 -
CMYK 0 0.91 0.83 0.12
HSL 355.27º 0.83% 0.48% -
HSV(B) 355.27º 0.91% 0.88% -
XYZ 31.34 16.52 3.29 -
YUV 83.52 101.75 228.2 -
System Red Green Blue C M Y K H S L
Decimal 224 21 37 0 0.91 0.83 0.12 355.27 0.83 0.48
Hex E0 15 25 0 5B 53 C 163 53 30
Octal 340 25 45 0 133 123 14 543 123 60
Binary 11100000 10101 100101 0 1011011 1010011 1100 101100011 1010011 110000

Color Harmonies of #E01525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01525

Black with #E01525

Text Example


Text Example

White with #E01525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01525; }

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

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

background-color css

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

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

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

border-color css

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

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

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