Html Css Color HEX #EB0220 Torch Red

📋 copy color: '#EB0220'

red 235 ◦ green 2 ◦ blue 32

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

Shades of Torch Red #EB0220

Tints of Torch Red #EB0220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 87.36%
G = 0.74%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB0220 (or 0xEB0220) is known color: Torch Red. HEX triplet: EB, 02 and 20. RGB value is (235,2,32). Sum of RGB (Red+Green+Blue) = 235+2+32=269 (35% of max value = 765). Red value is 235 (92.19% from 255 or 87.36% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0220 is #14FDDF. Grayscale: #4B4B4B. Windows color (decimal): -1375712 or 2097899. OLE color: 2097899.

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

Color convert

RGB 235 2 32 -
CMYK 0 0.99 0.86 0.08
HSL 352.27º 0.98% 0.46% -
HSV(B) 352.27º 0.99% 0.92% -
XYZ 34.54 17.81 2.98 -
YUV 75.09 103.69 242.06 -
System Red Green Blue C M Y K H S L
Decimal 235 2 32 0 0.99 0.86 0.08 352.27 0.98 0.46
Hex EB 2 20 0 63 56 8 160 62 2E
Octal 353 2 40 0 143 126 10 540 142 56
Binary 11101011 10 100000 0 1100011 1010110 1000 101100000 1100010 101110

Color Harmonies of #EB0220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0220

Black with #EB0220

Text Example


Text Example

White with #EB0220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0220; }

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

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

background-color css

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

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

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

border-color css

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

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

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