Html Css Color HEX #E80528 Torch Red

📋 copy color: '#E80528'

red 232 ◦ green 5 ◦ blue 40

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

Shades of Torch Red #E80528

Tints of Torch Red #E80528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.44%

R = 83.75%
G = 1.81%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E80528 (or 0xE80528) is known color: Torch Red. HEX triplet: E8, 05 and 28. RGB value is (232,5,40). Sum of RGB (Red+Green+Blue) = 232+5+40=277 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.75% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 232 - color contains mainly: red. Hex color #E80528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80528 is #17FAD7. Grayscale: #4C4C4C. Windows color (decimal): -1571544 or 2622952. OLE color: 2622952.

HSL color Cylindrical-coordinate representation of color #E80528: hue angle of 350.75º 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 #E80528 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 5 40 -
CMYK 0 0.98 0.83 0.09
HSL 350.75º 0.96% 0.46% -
HSV(B) 350.75º 0.98% 0.91% -
XYZ 33.72 17.42 3.59 -
YUV 76.86 107.21 238.65 -
System Red Green Blue C M Y K H S L
Decimal 232 5 40 0 0.98 0.83 0.09 350.75 0.96 0.46
Hex E8 5 28 0 62 53 9 15F 60 2E
Octal 350 5 50 0 142 123 11 537 140 56
Binary 11101000 101 101000 0 1100010 1010011 1001 101011111 1100000 101110

Color Harmonies of #E80528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80528

Black with #E80528

Text Example


Text Example

White with #E80528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80528; }

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

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

background-color css

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

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

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

border-color css

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

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

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