Html Css Color HEX #E80621 Torch Red

📋 copy color: '#E80621'

red 232 ◦ green 6 ◦ blue 33

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

Shades of Torch Red #E80621

Tints of Torch Red #E80621

RGB

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

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

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

R = 85.61%
G = 2.21%
B = 12.18%

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

#E80621 (or 0xE80621) is known color: Torch Red. HEX triplet: E8, 06 and 21. RGB value is (232,6,33). Sum of RGB (Red+Green+Blue) = 232+6+33=271 (35% of max value = 765). Red value is 232 (91.02% from 255 or 85.61% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 232 - color contains mainly: red. Hex color #E80621 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80621 is #17F9DE. Grayscale: #4C4C4C. Windows color (decimal): -1571295 or 2164456. OLE color: 2164456.

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

Color convert

RGB 232 6 33 -
CMYK 0 0.97 0.86 0.09
HSL 352.83º 0.95% 0.47% -
HSV(B) 352.83º 0.97% 0.91% -
XYZ 33.62 17.4 3.02 -
YUV 76.65 103.37 238.8 -
System Red Green Blue C M Y K H S L
Decimal 232 6 33 0 0.97 0.86 0.09 352.83 0.95 0.47
Hex E8 6 21 0 61 56 9 161 5F 2F
Octal 350 6 41 0 141 126 11 541 137 57
Binary 11101000 110 100001 0 1100001 1010110 1001 101100001 1011111 101111

Color Harmonies of #E80621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80621

Black with #E80621

Text Example


Text Example

White with #E80621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80621; }

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

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

background-color css

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

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

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

border-color css

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

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

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