Html Css Color HEX #E20225 Fire Engine Red

📋 copy color: '#E20225'

red 226 ◦ green 2 ◦ blue 37

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

Shades of Fire Engine Red #E20225

Tints of Fire Engine Red #E20225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 85.28%
G = 0.75%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E20225 (or 0xE20225) is known color: Fire Engine Red. HEX triplet: E2, 02 and 25. RGB value is (226,2,37). Sum of RGB (Red+Green+Blue) = 226+2+37=265 (35% of max value = 765). Red value is 226 (88.67% from 255 or 85.28% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 226 - color contains mainly: red. Hex color #E20225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20225 is #1DFDDA. Grayscale: #494949. Windows color (decimal): -1965531 or 2425570. OLE color: 2425570.

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

Color convert

RGB 226 2 37 -
CMYK 0 0.99 0.84 0.11
HSL 350.63º 0.98% 0.45% -
HSV(B) 350.63º 0.99% 0.89% -
XYZ 31.72 16.35 3.23 -
YUV 72.97 107.71 237.15 -
System Red Green Blue C M Y K H S L
Decimal 226 2 37 0 0.99 0.84 0.11 350.63 0.98 0.45
Hex E2 2 25 0 63 54 B 15F 62 2D
Octal 342 2 45 0 143 124 13 537 142 55
Binary 11100010 10 100101 0 1100011 1010100 1011 101011111 1100010 101101

Color Harmonies of #E20225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20225

Black with #E20225

Text Example


Text Example

White with #E20225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20225; }

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

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

background-color css

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

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

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

border-color css

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

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

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