Html Css Color HEX #EB1124 Torch Red

📋 copy color: '#EB1124'

red 235 ◦ green 17 ◦ blue 36

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

Shades of Torch Red #EB1124

Tints of Torch Red #EB1124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.9%

 BLUE value IS 36 (14.45% from 255) = 12.5%

R = 81.6%
G = 5.9%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB1124 (or 0xEB1124) is known color: Torch Red. HEX triplet: EB, 11 and 24. RGB value is (235,17,36). Sum of RGB (Red+Green+Blue) = 235+17+36=288 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.60% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1124 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1124 is #14EEDB. Grayscale: #545454. Windows color (decimal): -1371868 or 2363883. OLE color: 2363883.

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

Color convert

RGB 235 17 36 -
CMYK 0 0.93 0.85 0.08
HSL 354.77º 0.87% 0.49% -
HSV(B) 354.77º 0.93% 0.92% -
XYZ 34.78 18.19 3.35 -
YUV 84.35 100.72 235.46 -
System Red Green Blue C M Y K H S L
Decimal 235 17 36 0 0.93 0.85 0.08 354.77 0.87 0.49
Hex EB 11 24 0 5D 55 8 163 57 31
Octal 353 21 44 0 135 125 10 543 127 61
Binary 11101011 10001 100100 0 1011101 1010101 1000 101100011 1010111 110001

Color Harmonies of #EB1124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1124

Black with #EB1124

Text Example


Text Example

White with #EB1124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1124; }

 p { color: rgb(235,17,36); }

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

background-color css

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

 a { background-color: rgb(235,17,36); }

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

border-color css

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

 span { border-color: rgb(235,17,36); }

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