Html Css Color HEX #EB112F Torch Red

📋 copy color: '#EB112F'

red 235 ◦ green 17 ◦ blue 47

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

Shades of Torch Red #EB112F

Tints of Torch Red #EB112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.72%

R = 78.6%
G = 5.69%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB112F (or 0xEB112F) is known color: Torch Red. HEX triplet: EB, 11 and 2F. RGB value is (235,17,47). Sum of RGB (Red+Green+Blue) = 235+17+47=299 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.60% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 235 - color contains mainly: red. Hex color #EB112F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB112F is #14EED0. Grayscale: #555555. Windows color (decimal): -1371857 or 3084779. OLE color: 3084779.

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

Color convert

RGB 235 17 47 -
CMYK 0 0.93 0.8 0.08
HSL 351.74º 0.87% 0.49% -
HSV(B) 351.74º 0.93% 0.92% -
XYZ 34.97 18.27 4.37 -
YUV 85.6 106.22 234.56 -
System Red Green Blue C M Y K H S L
Decimal 235 17 47 0 0.93 0.8 0.08 351.74 0.87 0.49
Hex EB 11 2F 0 5D 50 8 160 57 31
Octal 353 21 57 0 135 120 10 540 127 61
Binary 11101011 10001 101111 0 1011101 1010000 1000 101100000 1010111 110001

Color Harmonies of #EB112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB112F

Black with #EB112F

Text Example


Text Example

White with #EB112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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