Html Css Color HEX #EB1220 Torch Red

📋 copy color: '#EB1220'

red 235 ◦ green 18 ◦ blue 32

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

Shades of Torch Red #EB1220

Tints of Torch Red #EB1220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.32%

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

R = 82.46%
G = 6.32%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB1220 (or 0xEB1220) is known color: Torch Red. HEX triplet: EB, 12 and 20. RGB value is (235,18,32). Sum of RGB (Red+Green+Blue) = 235+18+32=285 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.46% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1220 is #14EDDF. Grayscale: #545454. Windows color (decimal): -1371616 or 2101995. OLE color: 2101995.

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

Color convert

RGB 235 18 32 -
CMYK 0 0.92 0.86 0.08
HSL 356.13º 0.86% 0.5% -
HSV(B) 356.13º 0.92% 0.92% -
XYZ 34.74 18.2 3.05 -
YUV 84.48 98.39 235.36 -
System Red Green Blue C M Y K H S L
Decimal 235 18 32 0 0.92 0.86 0.08 356.13 0.86 0.5
Hex EB 12 20 0 5C 56 8 164 56 32
Octal 353 22 40 0 134 126 10 544 126 62
Binary 11101011 10010 100000 0 1011100 1010110 1000 101100100 1010110 110010

Color Harmonies of #EB1220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1220

Black with #EB1220

Text Example


Text Example

White with #EB1220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1220; }

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

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

background-color css

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

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

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

border-color css

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

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

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