#EB082B

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

Shades of Torch Red #EB082B

Tints of Torch Red #EB082B

Color information

#EB082B (or 0xEB082B) is unknown color: approx Torch Red. HEX triplet: EB, 08 and 2B. RGB value is (235,8,43). Sum of RGB (Red+Green+Blue) = 235+8+43=286 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.17% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 235 - color contains mainly: red. Hex color #EB082B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB082B is #14F7D4. Grayscale: #4F4F4F. Windows color (decimal): -1374165 or 2820331. OLE color: 2820331.

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

Color convert

RGB235843-
CMYK00.970.820.08
HSL350.75º93.42%47.65%-
HSV(B)350.75º96.6%92.16%-
XYZ34.7818.013.93-
YUV79.86107.21238.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 82.17%
GREEN value IS 8 (3.52% from 255) = 2.80%
BLUE value IS 43 (17.19% from 255) = 15.03%
R=82.17%
G=2.80%
B=15.03%

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
Decimal23584300.970.820.08350.7593.4247.65
HexEB82B06152815f5d30
Octal353105301411221053713560
Binary11101011100010101101100001101001010001010111111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB082B; }

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

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

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

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

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

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

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

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