Html Css Color HEX #E80E27 Torch Red

📋 copy color: '#E80E27'

red 232 ◦ green 14 ◦ blue 39

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

Shades of Torch Red #E80E27

Tints of Torch Red #E80E27

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.91%

 BLUE value IS 39 (15.63% from 255) = 13.68%

R = 81.4%
G = 4.91%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E80E27 (or 0xE80E27) is known color: Torch Red. HEX triplet: E8, 0E and 27. RGB value is (232,14,39). Sum of RGB (Red+Green+Blue) = 232+14+39=285 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.40% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 232 - color contains mainly: red. Hex color #E80E27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80E27 is #17F1D8. Grayscale: #525252. Windows color (decimal): -1569241 or 2559720. OLE color: 2559720.

HSL color Cylindrical-coordinate representation of color #E80E27: hue angle of 353.12º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80E27 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 14 39 -
CMYK 0 0.94 0.83 0.09
HSL 353.12º 0.89% 0.48% -
HSV(B) 353.12º 0.94% 0.91% -
XYZ 33.8 17.62 3.54 -
YUV 82.03 103.72 234.97 -
System Red Green Blue C M Y K H S L
Decimal 232 14 39 0 0.94 0.83 0.09 353.12 0.89 0.48
Hex E8 E 27 0 5E 53 9 161 59 30
Octal 350 16 47 0 136 123 11 541 131 60
Binary 11101000 1110 100111 0 1011110 1010011 1001 101100001 1011001 110000

Color Harmonies of #E80E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80E27

Black with #E80E27

Text Example


Text Example

White with #E80E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80E27; }

 p { color: rgb(232,14,39); }

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

background-color css

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

 a { background-color: rgb(232,14,39); }

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

border-color css

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

 span { border-color: rgb(232,14,39); }

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