Html Css Color HEX #E10725 Fire Engine Red

📋 copy color: '#E10725'

red 225 ◦ green 7 ◦ blue 37

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

Shades of Fire Engine Red #E10725

Tints of Fire Engine Red #E10725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.6%

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

R = 83.64%
G = 2.6%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E10725 (or 0xE10725) is known color: Fire Engine Red. HEX triplet: E1, 07 and 25. RGB value is (225,7,37). Sum of RGB (Red+Green+Blue) = 225+7+37=269 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.64% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 225 - color contains mainly: red. Hex color #E10725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10725 is #1EF8DA. Grayscale: #4B4B4B. Windows color (decimal): -2029787 or 2426849. OLE color: 2426849.

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

Color convert

RGB 225 7 37 -
CMYK 0 0.97 0.84 0.12
HSL 351.74º 0.94% 0.45% -
HSV(B) 351.74º 0.97% 0.88% -
XYZ 31.46 16.29 3.24 -
YUV 75.6 106.22 234.56 -
System Red Green Blue C M Y K H S L
Decimal 225 7 37 0 0.97 0.84 0.12 351.74 0.94 0.45
Hex E1 7 25 0 61 54 C 160 5E 2D
Octal 341 7 45 0 141 124 14 540 136 55
Binary 11100001 111 100101 0 1100001 1010100 1100 101100000 1011110 101101

Color Harmonies of #E10725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10725

Black with #E10725

Text Example


Text Example

White with #E10725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10725; }

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

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

background-color css

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

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

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

border-color css

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

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

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