Html Css Color HEX #E8072A Torch Red

📋 copy color: '#E8072A'

red 232 ◦ green 7 ◦ blue 42

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

Shades of Torch Red #E8072A

Tints of Torch Red #E8072A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.49%

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

R = 82.56%
G = 2.49%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8072A (or 0xE8072A) is known color: Torch Red. HEX triplet: E8, 07 and 2A. RGB value is (232,7,42). Sum of RGB (Red+Green+Blue) = 232+7+42=281 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.56% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 232 - color contains mainly: red. Hex color #E8072A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8072A is #17F8D5. Grayscale: #4E4E4E. Windows color (decimal): -1571030 or 2754536. OLE color: 2754536.

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

Color convert

RGB 232 7 42 -
CMYK 0 0.97 0.82 0.09
HSL 350.67º 0.94% 0.47% -
HSV(B) 350.67º 0.97% 0.91% -
XYZ 33.77 17.47 3.78 -
YUV 78.27 107.54 237.65 -
System Red Green Blue C M Y K H S L
Decimal 232 7 42 0 0.97 0.82 0.09 350.67 0.94 0.47
Hex E8 7 2A 0 61 52 9 15F 5E 2F
Octal 350 7 52 0 141 122 11 537 136 57
Binary 11101000 111 101010 0 1100001 1010010 1001 101011111 1011110 101111

Color Harmonies of #E8072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8072A

Black with #E8072A

Text Example


Text Example

White with #E8072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8072A; }

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

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

background-color css

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

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

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

border-color css

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

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

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