Html Css Color HEX #E50F25 Fire Engine Red

📋 copy color: '#E50F25'

red 229 ◦ green 15 ◦ blue 37

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

Shades of Fire Engine Red #E50F25

Tints of Fire Engine Red #E50F25

RGB

 RED value IS 229 (89.84% from 255) = 81.49%

 GREEN value IS 15 (6.25% from 255) = 5.34%

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

R = 81.49%
G = 5.34%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E50F25 (or 0xE50F25) is known color: Fire Engine Red. HEX triplet: E5, 0F and 25. RGB value is (229,15,37). Sum of RGB (Red+Green+Blue) = 229+15+37=281 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.49% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50F25 is #1AF0DA. Grayscale: #515151. Windows color (decimal): -1765595 or 2428901. OLE color: 2428901.

HSL color Cylindrical-coordinate representation of color #E50F25: hue angle of 353.83º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50F25 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 15 37 -
CMYK 0 0.93 0.84 0.10
HSL 353.83º 0.88% 0.48% -
HSV(B) 353.83º 0.93% 0.9% -
XYZ 32.82 17.13 3.33 -
YUV 81.49 102.9 233.21 -
System Red Green Blue C M Y K H S L
Decimal 229 15 37 0 0.93 0.84 0.10 353.83 0.88 0.48
Hex E5 F 25 0 5D 54 A 162 58 30
Octal 345 17 45 0 135 124 12 542 130 60
Binary 11100101 1111 100101 0 1011101 1010100 1010 101100010 1011000 110000

Color Harmonies of #E50F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50F25

Black with #E50F25

Text Example


Text Example

White with #E50F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50F25; }

 p { color: rgb(229,15,37); }

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

background-color css

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

 a { background-color: rgb(229,15,37); }

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

border-color css

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

 span { border-color: rgb(229,15,37); }

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