Html Css Color HEX #E80225 Torch Red

📋 copy color: '#E80225'

red 232 ◦ green 2 ◦ blue 37

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

Shades of Torch Red #E80225

Tints of Torch Red #E80225

RGB

 RED value IS 232 (91.02% from 255) = 85.61%

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

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

R = 85.61%
G = 0.74%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E80225 (or 0xE80225) is known color: Torch Red. HEX triplet: E8, 02 and 25. RGB value is (232,2,37). Sum of RGB (Red+Green+Blue) = 232+2+37=271 (35% of max value = 765). Red value is 232 (91.02% from 255 or 85.61% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 232 - color contains mainly: red. Hex color #E80225 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80225 is #17FDDA. Grayscale: #4A4A4A. Windows color (decimal): -1572315 or 2425576. OLE color: 2425576.

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

Color convert

RGB 232 2 37 -
CMYK 0 0.99 0.84 0.09
HSL 350.87º 0.98% 0.46% -
HSV(B) 350.87º 0.99% 0.91% -
XYZ 33.63 17.33 3.32 -
YUV 74.76 106.7 240.15 -
System Red Green Blue C M Y K H S L
Decimal 232 2 37 0 0.99 0.84 0.09 350.87 0.98 0.46
Hex E8 2 25 0 63 54 9 15F 62 2E
Octal 350 2 45 0 143 124 11 537 142 56
Binary 11101000 10 100101 0 1100011 1010100 1001 101011111 1100010 101110

Color Harmonies of #E80225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80225

Black with #E80225

Text Example


Text Example

White with #E80225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80225; }

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

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

background-color css

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

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

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

border-color css

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

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

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