Html Css Color HEX #E80721 Torch Red

📋 copy color: '#E80721'

red 232 ◦ green 7 ◦ blue 33

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

Shades of Torch Red #E80721

Tints of Torch Red #E80721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.13%

R = 85.29%
G = 2.57%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E80721 (or 0xE80721) is known color: Torch Red. HEX triplet: E8, 07 and 21. RGB value is (232,7,33). Sum of RGB (Red+Green+Blue) = 232+7+33=272 (36% of max value = 765). Red value is 232 (91.02% from 255 or 85.29% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 232 - color contains mainly: red. Hex color #E80721 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80721 is #17F8DE. Grayscale: #4D4D4D. Windows color (decimal): -1571039 or 2164712. OLE color: 2164712.

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

Color convert

RGB 232 7 33 -
CMYK 0 0.97 0.86 0.09
HSL 353.07º 0.94% 0.47% -
HSV(B) 353.07º 0.97% 0.91% -
XYZ 33.63 17.42 3.03 -
YUV 77.24 103.04 238.39 -
System Red Green Blue C M Y K H S L
Decimal 232 7 33 0 0.97 0.86 0.09 353.07 0.94 0.47
Hex E8 7 21 0 61 56 9 161 5E 2F
Octal 350 7 41 0 141 126 11 541 136 57
Binary 11101000 111 100001 0 1100001 1010110 1001 101100001 1011110 101111

Color Harmonies of #E80721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80721

Black with #E80721

Text Example


Text Example

White with #E80721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80721; }

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

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

background-color css

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

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

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

border-color css

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

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

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