Html Css Color HEX #EB0820 Torch Red

📋 copy color: '#EB0820'

red 235 ◦ green 8 ◦ blue 32

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

Shades of Torch Red #EB0820

Tints of Torch Red #EB0820

RGB

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

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

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

R = 85.45%
G = 2.91%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB0820 (or 0xEB0820) is known color: Torch Red. HEX triplet: EB, 08 and 20. RGB value is (235,8,32). Sum of RGB (Red+Green+Blue) = 235+8+32=275 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.45% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0820 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0820 is #14F7DF. Grayscale: #4E4E4E. Windows color (decimal): -1374176 or 2099435. OLE color: 2099435.

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

Color convert

RGB 235 8 32 -
CMYK 0 0.97 0.86 0.08
HSL 353.66º 0.93% 0.48% -
HSV(B) 353.66º 0.97% 0.92% -
XYZ 34.61 17.94 3.01 -
YUV 78.61 101.71 239.55 -
System Red Green Blue C M Y K H S L
Decimal 235 8 32 0 0.97 0.86 0.08 353.66 0.93 0.48
Hex EB 8 20 0 61 56 8 162 5D 30
Octal 353 10 40 0 141 126 10 542 135 60
Binary 11101011 1000 100000 0 1100001 1010110 1000 101100010 1011101 110000

Color Harmonies of #EB0820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0820

Black with #EB0820

Text Example


Text Example

White with #EB0820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0820; }

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

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

background-color css

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

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

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

border-color css

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

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

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