Html Css Color HEX #E80825 Torch Red

📋 copy color: '#E80825'

red 232 ◦ green 8 ◦ blue 37

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

Shades of Torch Red #E80825

Tints of Torch Red #E80825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.89%

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

R = 83.75%
G = 2.89%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E80825 (or 0xE80825) is known color: Torch Red. HEX triplet: E8, 08 and 25. RGB value is (232,8,37). Sum of RGB (Red+Green+Blue) = 232+8+37=277 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.75% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 232 - color contains mainly: red. Hex color #E80825 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80825 is #17F7DA. Grayscale: #4E4E4E. Windows color (decimal): -1570779 or 2427112. OLE color: 2427112.

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

Color convert

RGB 232 8 37 -
CMYK 0 0.97 0.84 0.09
HSL 352.23º 0.93% 0.47% -
HSV(B) 352.23º 0.97% 0.91% -
XYZ 33.7 17.46 3.34 -
YUV 78.28 104.71 237.64 -
System Red Green Blue C M Y K H S L
Decimal 232 8 37 0 0.97 0.84 0.09 352.23 0.93 0.47
Hex E8 8 25 0 61 54 9 160 5D 2F
Octal 350 10 45 0 141 124 11 540 135 57
Binary 11101000 1000 100101 0 1100001 1010100 1001 101100000 1011101 101111

Color Harmonies of #E80825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80825

Black with #E80825

Text Example


Text Example

White with #E80825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80825; }

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

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

background-color css

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

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

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

border-color css

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

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

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