Html Css Color HEX #E80E28 Torch Red

📋 copy color: '#E80E28'

red 232 ◦ green 14 ◦ blue 40

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

Shades of Torch Red #E80E28

Tints of Torch Red #E80E28

RGB

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

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

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

R = 81.12%
G = 4.9%
B = 13.99%

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

#E80E28 (or 0xE80E28) is known color: Torch Red. HEX triplet: E8, 0E and 28. RGB value is (232,14,40). Sum of RGB (Red+Green+Blue) = 232+14+40=286 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.12% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 232 - color contains mainly: red. Hex color #E80E28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80E28 is #17F1D7. Grayscale: #525252. Windows color (decimal): -1569240 or 2625256. OLE color: 2625256.

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

Color convert

RGB 232 14 40 -
CMYK 0 0.94 0.83 0.09
HSL 352.84º 0.89% 0.48% -
HSV(B) 352.84º 0.94% 0.91% -
XYZ 33.82 17.62 3.63 -
YUV 82.15 104.22 234.89 -
System Red Green Blue C M Y K H S L
Decimal 232 14 40 0 0.94 0.83 0.09 352.84 0.89 0.48
Hex E8 E 28 0 5E 53 9 161 59 30
Octal 350 16 50 0 136 123 11 541 131 60
Binary 11101000 1110 101000 0 1011110 1010011 1001 101100001 1011001 110000

Color Harmonies of #E80E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80E28

Black with #E80E28

Text Example


Text Example

White with #E80E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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