Html Css Color HEX #E20425 Fire Engine Red

📋 copy color: '#E20425'

red 226 ◦ green 4 ◦ blue 37

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

Shades of Fire Engine Red #E20425

Tints of Fire Engine Red #E20425

RGB

 RED value IS 226 (88.67% from 255) = 84.64%

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 84.64%
G = 1.5%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E20425 (or 0xE20425) is known color: Fire Engine Red. HEX triplet: E2, 04 and 25. RGB value is (226,4,37). Sum of RGB (Red+Green+Blue) = 226+4+37=267 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.64% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 226 - color contains mainly: red. Hex color #E20425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20425 is #1DFBDA. Grayscale: #4A4A4A. Windows color (decimal): -1965019 or 2426082. OLE color: 2426082.

HSL color Cylindrical-coordinate representation of color #E20425: hue angle of 351.08º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20425 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 4 37 -
CMYK 0 0.98 0.84 0.11
HSL 351.08º 0.97% 0.45% -
HSV(B) 351.08º 0.98% 0.89% -
XYZ 31.74 16.39 3.24 -
YUV 74.14 107.05 236.32 -
System Red Green Blue C M Y K H S L
Decimal 226 4 37 0 0.98 0.84 0.11 351.08 0.97 0.45
Hex E2 4 25 0 62 54 B 15F 61 2D
Octal 342 4 45 0 142 124 13 537 141 55
Binary 11100010 100 100101 0 1100010 1010100 1011 101011111 1100001 101101

Color Harmonies of #E20425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20425

Black with #E20425

Text Example


Text Example

White with #E20425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20425; }

 p { color: rgb(226,4,37); }

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

background-color css

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

 a { background-color: rgb(226,4,37); }

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

border-color css

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

 span { border-color: rgb(226,4,37); }

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