Html Css Color HEX #EB1323 Torch Red

📋 copy color: '#EB1323'

red 235 ◦ green 19 ◦ blue 35

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

Shades of Torch Red #EB1323

Tints of Torch Red #EB1323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.57%

 BLUE value IS 35 (14.06% from 255) = 12.11%

R = 81.31%
G = 6.57%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB1323 (or 0xEB1323) is known color: Torch Red. HEX triplet: EB, 13 and 23. RGB value is (235,19,35). Sum of RGB (Red+Green+Blue) = 235+19+35=289 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.31% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1323 is #14ECDC. Grayscale: #555555. Windows color (decimal): -1371357 or 2298859. OLE color: 2298859.

HSL color Cylindrical-coordinate representation of color #EB1323: hue angle of 355.56º degrees, saturation: 0.85, 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 #EB1323 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 19 35 -
CMYK 0 0.92 0.85 0.08
HSL 355.56º 0.85% 0.5% -
HSV(B) 355.56º 0.92% 0.92% -
XYZ 34.8 18.25 3.28 -
YUV 85.41 99.56 234.7 -
System Red Green Blue C M Y K H S L
Decimal 235 19 35 0 0.92 0.85 0.08 355.56 0.85 0.5
Hex EB 13 23 0 5C 55 8 164 55 32
Octal 353 23 43 0 134 125 10 544 125 62
Binary 11101011 10011 100011 0 1011100 1010101 1000 101100100 1010101 110010

Color Harmonies of #EB1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1323

Black with #EB1323

Text Example


Text Example

White with #EB1323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1323; }

 p { color: rgb(235,19,35); }

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

background-color css

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

 a { background-color: rgb(235,19,35); }

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

border-color css

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

 span { border-color: rgb(235,19,35); }

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