Html Css Color HEX #EB052D Torch Red

📋 copy color: '#EB052D'

red 235 ◦ green 5 ◦ blue 45

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

Shades of Torch Red #EB052D

Tints of Torch Red #EB052D

RGB

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

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

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

R = 82.46%
G = 1.75%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB052D (or 0xEB052D) is known color: Torch Red. HEX triplet: EB, 05 and 2D. RGB value is (235,5,45). Sum of RGB (Red+Green+Blue) = 235+5+45=285 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.46% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 235 - color contains mainly: red. Hex color #EB052D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB052D is #14FAD2. Grayscale: #4E4E4E. Windows color (decimal): -1374931 or 2950635. OLE color: 2950635.

HSL color Cylindrical-coordinate representation of color #EB052D: hue angle of 349.57º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB052D is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 5 45 -
CMYK 0 0.98 0.81 0.08
HSL 349.57º 0.96% 0.47% -
HSV(B) 349.57º 0.98% 0.92% -
XYZ 34.79 17.96 4.12 -
YUV 78.33 109.2 239.75 -
System Red Green Blue C M Y K H S L
Decimal 235 5 45 0 0.98 0.81 0.08 349.57 0.96 0.47
Hex EB 5 2D 0 62 51 8 15E 60 2F
Octal 353 5 55 0 142 121 10 536 140 57
Binary 11101011 101 101101 0 1100010 1010001 1000 101011110 1100000 101111

Color Harmonies of #EB052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB052D

Black with #EB052D

Text Example


Text Example

White with #EB052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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