Html Css Color HEX #E00525 Fire Engine Red

📋 copy color: '#E00525'

red 224 ◦ green 5 ◦ blue 37

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

Shades of Fire Engine Red #E00525

Tints of Fire Engine Red #E00525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.88%

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

R = 84.21%
G = 1.88%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E00525 (or 0xE00525) is known color: Fire Engine Red. HEX triplet: E0, 05 and 25. RGB value is (224,5,37). Sum of RGB (Red+Green+Blue) = 224+5+37=266 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.21% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 224 - color contains mainly: red. Hex color #E00525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00525 is #1FFADA. Grayscale: #4A4A4A. Windows color (decimal): -2095835 or 2426336. OLE color: 2426336.

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

Color convert

RGB 224 5 37 -
CMYK 0 0.98 0.83 0.12
HSL 351.23º 0.96% 0.45% -
HSV(B) 351.23º 0.98% 0.88% -
XYZ 31.13 16.09 3.22 -
YUV 74.13 107.05 234.9 -
System Red Green Blue C M Y K H S L
Decimal 224 5 37 0 0.98 0.83 0.12 351.23 0.96 0.45
Hex E0 5 25 0 62 53 C 15F 60 2D
Octal 340 5 45 0 142 123 14 537 140 55
Binary 11100000 101 100101 0 1100010 1010011 1100 101011111 1100000 101101

Color Harmonies of #E00525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00525

Black with #E00525

Text Example


Text Example

White with #E00525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00525; }

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

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

background-color css

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

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

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

border-color css

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

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

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