Html Css Color HEX #E80729 Torch Red

📋 copy color: '#E80729'

red 232 ◦ green 7 ◦ blue 41

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

Shades of Torch Red #E80729

Tints of Torch Red #E80729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.64%

R = 82.86%
G = 2.5%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E80729 (or 0xE80729) is known color: Torch Red. HEX triplet: E8, 07 and 29. RGB value is (232,7,41). Sum of RGB (Red+Green+Blue) = 232+7+41=280 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.86% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 232 - color contains mainly: red. Hex color #E80729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80729 is #17F8D6. Grayscale: #4E4E4E. Windows color (decimal): -1571031 or 2689000. OLE color: 2689000.

HSL color Cylindrical-coordinate representation of color #E80729: hue angle of 350.93º degrees, saturation: 0.94, 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 #E80729 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 7 41 -
CMYK 0 0.97 0.82 0.09
HSL 350.93º 0.94% 0.47% -
HSV(B) 350.93º 0.97% 0.91% -
XYZ 33.75 17.47 3.69 -
YUV 78.15 107.04 237.74 -
System Red Green Blue C M Y K H S L
Decimal 232 7 41 0 0.97 0.82 0.09 350.93 0.94 0.47
Hex E8 7 29 0 61 52 9 15F 5E 2F
Octal 350 7 51 0 141 122 11 537 136 57
Binary 11101000 111 101001 0 1100001 1010010 1001 101011111 1011110 101111

Color Harmonies of #E80729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80729

Black with #E80729

Text Example


Text Example

White with #E80729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80729; }

 p { color: rgb(232,7,41); }

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

background-color css

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

 a { background-color: rgb(232,7,41); }

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

border-color css

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

 span { border-color: rgb(232,7,41); }

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