Html Css Color HEX #EB0520 Torch Red

📋 copy color: '#EB0520'

red 235 ◦ green 5 ◦ blue 32

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

Shades of Torch Red #EB0520

Tints of Torch Red #EB0520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.76%

R = 86.4%
G = 1.84%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB0520 (or 0xEB0520) is known color: Torch Red. HEX triplet: EB, 05 and 20. RGB value is (235,5,32). Sum of RGB (Red+Green+Blue) = 235+5+32=272 (36% of max value = 765). Red value is 235 (92.19% from 255 or 86.40% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0520 is #14FADF. Grayscale: #4C4C4C. Windows color (decimal): -1374944 or 2098667. OLE color: 2098667.

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

Color convert

RGB 235 5 32 -
CMYK 0 0.98 0.86 0.08
HSL 352.96º 0.96% 0.47% -
HSV(B) 352.96º 0.98% 0.92% -
XYZ 34.58 17.87 2.99 -
YUV 76.85 102.7 240.8 -
System Red Green Blue C M Y K H S L
Decimal 235 5 32 0 0.98 0.86 0.08 352.96 0.96 0.47
Hex EB 5 20 0 62 56 8 161 60 2F
Octal 353 5 40 0 142 126 10 541 140 57
Binary 11101011 101 100000 0 1100010 1010110 1000 101100001 1100000 101111

Color Harmonies of #EB0520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0520

Black with #EB0520

Text Example


Text Example

White with #EB0520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0520; }

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

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

background-color css

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

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

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

border-color css

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

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

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