Html Css Color HEX #EB0020 Torch Red

📋 copy color: '#EB0020'

red 235 ◦ green 0 ◦ blue 32

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

Shades of Torch Red #EB0020

Tints of Torch Red #EB0020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.01%
G = 0%
B = 11.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB0020 (or 0xEB0020) is known color: Torch Red. HEX triplet: EB, 00 and 20. RGB value is (235,0,32). Sum of RGB (Red+Green+Blue) = 235+0+32=267 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.01% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0020 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0020 is #14FFDF. Grayscale: #4A4A4A. Windows color (decimal): -1376224 or 2097387. OLE color: 2097387.

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

Color convert

RGB 235 0 32 -
CMYK 0 1 0.86 0.08
HSL 351.83º 1% 0.46% -
HSV(B) 351.83º 1% 0.92% -
XYZ 34.52 17.77 2.98 -
YUV 73.91 104.36 242.9 -
System Red Green Blue C M Y K H S L
Decimal 235 0 32 0 1 0.86 0.08 351.83 1 0.46
Hex EB 0 20 0 64 56 8 160 64 2E
Octal 353 0 40 0 144 126 10 540 144 56
Binary 11101011 0 100000 0 1100100 1010110 1000 101100000 1100100 101110

Color Harmonies of #EB0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0020

Black with #EB0020

Text Example


Text Example

White with #EB0020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0020; }

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

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

background-color css

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

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

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

border-color css

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

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

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