Html Css Color HEX #E80525 Torch Red

📋 copy color: '#E80525'

red 232 ◦ green 5 ◦ blue 37

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

Shades of Torch Red #E80525

Tints of Torch Red #E80525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 84.67%
G = 1.82%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E80525 (or 0xE80525) is known color: Torch Red. HEX triplet: E8, 05 and 25. RGB value is (232,5,37). Sum of RGB (Red+Green+Blue) = 232+5+37=274 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.67% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 232 - color contains mainly: red. Hex color #E80525 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80525 is #17FADA. Grayscale: #4C4C4C. Windows color (decimal): -1571547 or 2426344. OLE color: 2426344.

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

Color convert

RGB 232 5 37 -
CMYK 0 0.98 0.84 0.09
HSL 351.54º 0.96% 0.46% -
HSV(B) 351.54º 0.98% 0.91% -
XYZ 33.67 17.4 3.33 -
YUV 76.52 105.71 238.9 -
System Red Green Blue C M Y K H S L
Decimal 232 5 37 0 0.98 0.84 0.09 351.54 0.96 0.46
Hex E8 5 25 0 62 54 9 160 60 2E
Octal 350 5 45 0 142 124 11 540 140 56
Binary 11101000 101 100101 0 1100010 1010100 1001 101100000 1100000 101110

Color Harmonies of #E80525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80525

Black with #E80525

Text Example


Text Example

White with #E80525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80525; }

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

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

background-color css

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

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

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

border-color css

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

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

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