Html Css Color HEX #EB082D Torch Red

📋 copy color: '#EB082D'

red 235 ◦ green 8 ◦ blue 45

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

Shades of Torch Red #EB082D

Tints of Torch Red #EB082D

RGB

 RED value IS 235 (92.19% from 255) = 81.6%

 GREEN value IS 8 (3.52% from 255) = 2.78%

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 81.6%
G = 2.78%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB082D (or 0xEB082D) is known color: Torch Red. HEX triplet: EB, 08 and 2D. RGB value is (235,8,45). Sum of RGB (Red+Green+Blue) = 235+8+45=288 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.60% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 235 - color contains mainly: red. Hex color #EB082D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB082D is #14F7D2. Grayscale: #505050. Windows color (decimal): -1374163 or 2951403. OLE color: 2951403.

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

Color convert

RGB 235 8 45 -
CMYK 0 0.97 0.81 0.08
HSL 350.22º 0.93% 0.48% -
HSV(B) 350.22º 0.97% 0.92% -
XYZ 34.82 18.03 4.13 -
YUV 80.09 108.21 238.49 -
System Red Green Blue C M Y K H S L
Decimal 235 8 45 0 0.97 0.81 0.08 350.22 0.93 0.48
Hex EB 8 2D 0 61 51 8 15E 5D 30
Octal 353 10 55 0 141 121 10 536 135 60
Binary 11101011 1000 101101 0 1100001 1010001 1000 101011110 1011101 110000

Color Harmonies of #EB082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB082D

Black with #EB082D

Text Example


Text Example

White with #EB082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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