Html Css Color HEX #E8052C Torch Red

📋 copy color: '#E8052C'

red 232 ◦ green 5 ◦ blue 44

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

Shades of Torch Red #E8052C

Tints of Torch Red #E8052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.78%

 BLUE value IS 44 (17.58% from 255) = 15.66%

R = 82.56%
G = 1.78%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E8052C (or 0xE8052C) is known color: Torch Red. HEX triplet: E8, 05 and 2C. RGB value is (232,5,44). Sum of RGB (Red+Green+Blue) = 232+5+44=281 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.56% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 232 - color contains mainly: red. Hex color #E8052C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8052C is #17FAD3. Grayscale: #4D4D4D. Windows color (decimal): -1571540 or 2885096. OLE color: 2885096.

HSL color Cylindrical-coordinate representation of color #E8052C: hue angle of 349.69º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8052C is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 5 44 -
CMYK 0 0.98 0.81 0.09
HSL 349.69º 0.96% 0.46% -
HSV(B) 349.69º 0.98% 0.91% -
XYZ 33.79 17.45 3.97 -
YUV 77.32 109.21 238.33 -
System Red Green Blue C M Y K H S L
Decimal 232 5 44 0 0.98 0.81 0.09 349.69 0.96 0.46
Hex E8 5 2C 0 62 51 9 15E 60 2E
Octal 350 5 54 0 142 121 11 536 140 56
Binary 11101000 101 101100 0 1100010 1010001 1001 101011110 1100000 101110

Color Harmonies of #E8052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8052C

Black with #E8052C

Text Example


Text Example

White with #E8052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8052C; }

 p { color: rgb(232,5,44); }

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

background-color css

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

 a { background-color: rgb(232,5,44); }

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

border-color css

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

 span { border-color: rgb(232,5,44); }

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