Html Css Color HEX #EB112B Torch Red

📋 copy color: '#EB112B'

red 235 ◦ green 17 ◦ blue 43

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

Shades of Torch Red #EB112B

Tints of Torch Red #EB112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 79.66%
G = 5.76%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB112B (or 0xEB112B) is known color: Torch Red. HEX triplet: EB, 11 and 2B. RGB value is (235,17,43). Sum of RGB (Red+Green+Blue) = 235+17+43=295 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.66% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 235 - color contains mainly: red. Hex color #EB112B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB112B is #14EED4. Grayscale: #555555. Windows color (decimal): -1371861 or 2822635. OLE color: 2822635.

HSL color Cylindrical-coordinate representation of color #EB112B: hue angle of 352.84º 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 #EB112B is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 17 43 -
CMYK 0 0.93 0.82 0.08
HSL 352.84º 0.87% 0.49% -
HSV(B) 352.84º 0.93% 0.92% -
XYZ 34.9 18.24 3.97 -
YUV 85.15 104.22 234.89 -
System Red Green Blue C M Y K H S L
Decimal 235 17 43 0 0.93 0.82 0.08 352.84 0.87 0.49
Hex EB 11 2B 0 5D 52 8 161 57 31
Octal 353 21 53 0 135 122 10 541 127 61
Binary 11101011 10001 101011 0 1011101 1010010 1000 101100001 1010111 110001

Color Harmonies of #EB112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB112B

Black with #EB112B

Text Example


Text Example

White with #EB112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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