Html Css Color HEX #E01524 Fire Engine Red

📋 copy color: '#E01524'

red 224 ◦ green 21 ◦ blue 36

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

Shades of Fire Engine Red #E01524

Tints of Fire Engine Red #E01524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 79.72%
G = 7.47%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E01524 (or 0xE01524) is known color: Fire Engine Red. HEX triplet: E0, 15 and 24. RGB value is (224,21,36). Sum of RGB (Red+Green+Blue) = 224+21+36=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E01524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01524 is #1FEADB. Grayscale: #535353. Windows color (decimal): -2091740 or 2364896. OLE color: 2364896.

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

Color convert

RGB 224 21 36 -
CMYK 0 0.91 0.84 0.12
HSL 355.57º 0.83% 0.48% -
HSV(B) 355.57º 0.91% 0.88% -
XYZ 31.33 16.51 3.2 -
YUV 83.41 101.25 228.28 -
System Red Green Blue C M Y K H S L
Decimal 224 21 36 0 0.91 0.84 0.12 355.57 0.83 0.48
Hex E0 15 24 0 5B 54 C 164 53 30
Octal 340 25 44 0 133 124 14 544 123 60
Binary 11100000 10101 100100 0 1011011 1010100 1100 101100100 1010011 110000

Color Harmonies of #E01524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01524

Black with #E01524

Text Example


Text Example

White with #E01524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01524; }

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

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

background-color css

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

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

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

border-color css

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

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

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