Html Css Color HEX #E01825 Fire Engine Red

📋 copy color: '#E01825'

red 224 ◦ green 24 ◦ blue 37

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

Shades of Fire Engine Red #E01825

Tints of Fire Engine Red #E01825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.42%

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

R = 78.6%
G = 8.42%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E01825 (or 0xE01825) is known color: Fire Engine Red. HEX triplet: E0, 18 and 25. RGB value is (224,24,37). Sum of RGB (Red+Green+Blue) = 224+24+37=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E01825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01825 is #1FE7DA. Grayscale: #555555. Windows color (decimal): -2090971 or 2431200. OLE color: 2431200.

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

Color convert

RGB 224 24 37 -
CMYK 0 0.89 0.83 0.12
HSL 356.1º 0.81% 0.49% -
HSV(B) 356.1º 0.89% 0.88% -
XYZ 31.4 16.63 3.31 -
YUV 85.28 100.76 226.94 -
System Red Green Blue C M Y K H S L
Decimal 224 24 37 0 0.89 0.83 0.12 356.1 0.81 0.49
Hex E0 18 25 0 59 53 C 164 51 31
Octal 340 30 45 0 131 123 14 544 121 61
Binary 11100000 11000 100101 0 1011001 1010011 1100 101100100 1010001 110001

Color Harmonies of #E01825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01825

Black with #E01825

Text Example


Text Example

White with #E01825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01825; }

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

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

background-color css

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

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

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

border-color css

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

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

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