#EB082A

Color #EB082A Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #EB082A

Tints of Torch Red #EB082A

Color information

#EB082A (or 0xEB082A) is unknown color: approx Torch Red. HEX triplet: EB, 08 and 2A. RGB value is (235,8,42). Sum of RGB (Red+Green+Blue) = 235+8+42=285 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.46% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 235 - color contains mainly: red. Hex color #EB082A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB082A is #14F7D5. Grayscale: #4F4F4F. Windows color (decimal): -1374166 or 2754795. OLE color: 2754795.

HSL color Cylindrical-coordinate representation of color #EB082A: hue angle of 351.01º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB082A is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB235842-
CMYK00.970.820.08
HSL351.01º93.42%47.65%-
HSV(B)351.01º96.6%92.16%-
XYZ34.77183.83-
YUV79.75106.71238.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 82.46%
GREEN value IS 8 (3.52% from 255) = 2.81%
BLUE value IS 42 (16.80% from 255) = 14.74%
R=82.46%
G=2.81%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23584200.970.820.08351.0193.4247.65
HexEB82A06152815f5d30
Octal353105201411221053713560
Binary11101011100010101001100001101001010001010111111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB082A; }

 p { color: rgb(235,8,42); }

 H1.HeaderClassName
 {
   color: #EB082A;
 }
 .AnyTagClassName
 {
   color: #EB082A;
 }
</style>
background-color css

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

 a { background-color: rgb(235,8,42); }

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

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

 span { border-color: rgb(235,8,42); }

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