Html Css Color HEX #E10225 Fire Engine Red

📋 copy color: '#E10225'

red 225 ◦ green 2 ◦ blue 37

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

Shades of Fire Engine Red #E10225

Tints of Fire Engine Red #E10225

RGB

 RED value IS 225 (88.28% from 255) = 85.23%

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

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

R = 85.23%
G = 0.76%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E10225 (or 0xE10225) is known color: Fire Engine Red. HEX triplet: E1, 02 and 25. RGB value is (225,2,37). Sum of RGB (Red+Green+Blue) = 225+2+37=264 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.23% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 225 - color contains mainly: red. Hex color #E10225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10225 is #1EFDDA. Grayscale: #484848. Windows color (decimal): -2031067 or 2425569. OLE color: 2425569.

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

Color convert

RGB 225 2 37 -
CMYK 0 0.99 0.84 0.12
HSL 350.58º 0.98% 0.45% -
HSV(B) 350.58º 0.99% 0.88% -
XYZ 31.41 16.18 3.22 -
YUV 72.67 107.88 236.65 -
System Red Green Blue C M Y K H S L
Decimal 225 2 37 0 0.99 0.84 0.12 350.58 0.98 0.45
Hex E1 2 25 0 63 54 C 15F 62 2D
Octal 341 2 45 0 143 124 14 537 142 55
Binary 11100001 10 100101 0 1100011 1010100 1100 101011111 1100010 101101

Color Harmonies of #E10225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10225

Black with #E10225

Text Example


Text Example

White with #E10225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10225; }

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

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

background-color css

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

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

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

border-color css

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

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

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