Html Css Color HEX #E80728 Torch Red

📋 copy color: '#E80728'

red 232 ◦ green 7 ◦ blue 40

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

Shades of Torch Red #E80728

Tints of Torch Red #E80728

RGB

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

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

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

R = 83.15%
G = 2.51%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E80728 (or 0xE80728) is known color: Torch Red. HEX triplet: E8, 07 and 28. RGB value is (232,7,40). Sum of RGB (Red+Green+Blue) = 232+7+40=279 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.15% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 232 - color contains mainly: red. Hex color #E80728 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80728 is #17F8D7. Grayscale: #4E4E4E. Windows color (decimal): -1571032 or 2623464. OLE color: 2623464.

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

Color convert

RGB 232 7 40 -
CMYK 0 0.97 0.83 0.09
HSL 351.2º 0.94% 0.47% -
HSV(B) 351.2º 0.97% 0.91% -
XYZ 33.74 17.46 3.6 -
YUV 78.04 106.54 237.82 -
System Red Green Blue C M Y K H S L
Decimal 232 7 40 0 0.97 0.83 0.09 351.2 0.94 0.47
Hex E8 7 28 0 61 53 9 15F 5E 2F
Octal 350 7 50 0 141 123 11 537 136 57
Binary 11101000 111 101000 0 1100001 1010011 1001 101011111 1011110 101111

Color Harmonies of #E80728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80728

Black with #E80728

Text Example


Text Example

White with #E80728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80728; }

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

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

background-color css

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

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

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

border-color css

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

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

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