Html Css Color HEX #E80629 Torch Red

📋 copy color: '#E80629'

red 232 ◦ green 6 ◦ blue 41

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

Shades of Torch Red #E80629

Tints of Torch Red #E80629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.15%

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

R = 83.15%
G = 2.15%
B = 14.7%

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

#E80629 (or 0xE80629) is known color: Torch Red. HEX triplet: E8, 06 and 29. RGB value is (232,6,41). Sum of RGB (Red+Green+Blue) = 232+6+41=279 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.15% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 232 - color contains mainly: red. Hex color #E80629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80629 is #17F9D6. Grayscale: #4D4D4D. Windows color (decimal): -1571287 or 2688744. OLE color: 2688744.

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

Color convert

RGB 232 6 41 -
CMYK 0 0.97 0.82 0.09
HSL 350.71º 0.95% 0.47% -
HSV(B) 350.71º 0.97% 0.91% -
XYZ 33.74 17.45 3.69 -
YUV 77.56 107.37 238.15 -
System Red Green Blue C M Y K H S L
Decimal 232 6 41 0 0.97 0.82 0.09 350.71 0.95 0.47
Hex E8 6 29 0 61 52 9 15F 5F 2F
Octal 350 6 51 0 141 122 11 537 137 57
Binary 11101000 110 101001 0 1100001 1010010 1001 101011111 1011111 101111

Color Harmonies of #E80629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80629

Black with #E80629

Text Example


Text Example

White with #E80629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80629; }

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

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

background-color css

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

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

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

border-color css

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

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

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