Html Css Color HEX #EB0B20 Torch Red

📋 copy color: '#EB0B20'

red 235 ◦ green 11 ◦ blue 32

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

Shades of Torch Red #EB0B20

Tints of Torch Red #EB0B20

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.96%

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

R = 84.53%
G = 3.96%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB0B20 (or 0xEB0B20) is known color: Torch Red. HEX triplet: EB, 0B and 20. RGB value is (235,11,32). Sum of RGB (Red+Green+Blue) = 235+11+32=278 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.53% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0B20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0B20 is #14F4DF. Grayscale: #505050. Windows color (decimal): -1373408 or 2100203. OLE color: 2100203.

HSL color Cylindrical-coordinate representation of color #EB0B20: hue angle of 354.38º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0B20 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 11 32 -
CMYK 0 0.95 0.86 0.08
HSL 354.38º 0.91% 0.48% -
HSV(B) 354.38º 0.95% 0.92% -
XYZ 34.64 18.01 3.02 -
YUV 80.37 100.71 238.29 -
System Red Green Blue C M Y K H S L
Decimal 235 11 32 0 0.95 0.86 0.08 354.38 0.91 0.48
Hex EB B 20 0 5F 56 8 162 5B 30
Octal 353 13 40 0 137 126 10 542 133 60
Binary 11101011 1011 100000 0 1011111 1010110 1000 101100010 1011011 110000

Color Harmonies of #EB0B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0B20

Black with #EB0B20

Text Example


Text Example

White with #EB0B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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