Html Css Color HEX #EB0523 Torch Red

📋 copy color: '#EB0523'

red 235 ◦ green 5 ◦ blue 35

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

Shades of Torch Red #EB0523

Tints of Torch Red #EB0523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.73%

R = 85.45%
G = 1.82%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB0523 (or 0xEB0523) is known color: Torch Red. HEX triplet: EB, 05 and 23. RGB value is (235,5,35). Sum of RGB (Red+Green+Blue) = 235+5+35=275 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.45% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0523 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0523 is #14FADC. Grayscale: #4D4D4D. Windows color (decimal): -1374941 or 2295275. OLE color: 2295275.

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

Color convert

RGB 235 5 35 -
CMYK 0 0.98 0.85 0.08
HSL 352.17º 0.96% 0.47% -
HSV(B) 352.17º 0.98% 0.92% -
XYZ 34.62 17.89 3.22 -
YUV 77.19 104.2 240.56 -
System Red Green Blue C M Y K H S L
Decimal 235 5 35 0 0.98 0.85 0.08 352.17 0.96 0.47
Hex EB 5 23 0 62 55 8 160 60 2F
Octal 353 5 43 0 142 125 10 540 140 57
Binary 11101011 101 100011 0 1100010 1010101 1000 101100000 1100000 101111

Color Harmonies of #EB0523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0523

Black with #EB0523

Text Example


Text Example

White with #EB0523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0523; }

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

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

background-color css

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

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

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

border-color css

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

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

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