Html Css Color HEX #EB052B Torch Red

📋 copy color: '#EB052B'

red 235 ◦ green 5 ◦ blue 43

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

Shades of Torch Red #EB052B

Tints of Torch Red #EB052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.19%

R = 83.04%
G = 1.77%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB052B (or 0xEB052B) is known color: Torch Red. HEX triplet: EB, 05 and 2B. RGB value is (235,5,43). Sum of RGB (Red+Green+Blue) = 235+5+43=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB052B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB052B is #14FAD4. Grayscale: #4E4E4E. Windows color (decimal): -1374933 or 2819563. OLE color: 2819563.

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

Color convert

RGB 235 5 43 -
CMYK 0 0.98 0.82 0.08
HSL 350.09º 0.96% 0.47% -
HSV(B) 350.09º 0.98% 0.92% -
XYZ 34.75 17.95 3.92 -
YUV 78.1 108.2 239.91 -
System Red Green Blue C M Y K H S L
Decimal 235 5 43 0 0.98 0.82 0.08 350.09 0.96 0.47
Hex EB 5 2B 0 62 52 8 15E 60 2F
Octal 353 5 53 0 142 122 10 536 140 57
Binary 11101011 101 101011 0 1100010 1010010 1000 101011110 1100000 101111

Color Harmonies of #EB052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB052B

Black with #EB052B

Text Example


Text Example

White with #EB052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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