Html Css Color HEX #E8052A Torch Red

📋 copy color: '#E8052A'

red 232 ◦ green 5 ◦ blue 42

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

Shades of Torch Red #E8052A

Tints of Torch Red #E8052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 83.15%
G = 1.79%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8052A (or 0xE8052A) is known color: Torch Red. HEX triplet: E8, 05 and 2A. RGB value is (232,5,42). Sum of RGB (Red+Green+Blue) = 232+5+42=279 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.15% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 232 - color contains mainly: red. Hex color #E8052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8052A is #17FAD5. Grayscale: #4D4D4D. Windows color (decimal): -1571542 or 2754024. OLE color: 2754024.

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

Color convert

RGB 232 5 42 -
CMYK 0 0.98 0.82 0.09
HSL 350.22º 0.96% 0.46% -
HSV(B) 350.22º 0.98% 0.91% -
XYZ 33.75 17.43 3.78 -
YUV 77.09 108.21 238.49 -
System Red Green Blue C M Y K H S L
Decimal 232 5 42 0 0.98 0.82 0.09 350.22 0.96 0.46
Hex E8 5 2A 0 62 52 9 15E 60 2E
Octal 350 5 52 0 142 122 11 536 140 56
Binary 11101000 101 101010 0 1100010 1010010 1001 101011110 1100000 101110

Color Harmonies of #E8052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8052A

Black with #E8052A

Text Example


Text Example

White with #E8052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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