Html Css Color HEX #EF113B Torch Red

📋 copy color: '#EF113B'

red 239 ◦ green 17 ◦ blue 59

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

Shades of Torch Red #EF113B

Tints of Torch Red #EF113B

RGB

 RED value IS 239 (93.75% from 255) = 75.87%

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

 BLUE value IS 59 (23.44% from 255) = 18.73%

R = 75.87%
G = 5.4%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF113B (or 0xEF113B) is known color: Torch Red. HEX triplet: EF, 11 and 3B. RGB value is (239,17,59). Sum of RGB (Red+Green+Blue) = 239+17+59=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF113B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF113B is #10EEC4. Grayscale: #585858. Windows color (decimal): -1109701 or 3871215. OLE color: 3871215.

HSL color Cylindrical-coordinate representation of color #EF113B: hue angle of 348.65º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF113B is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 17 59 -
CMYK 0 0.93 0.75 0.06
HSL 348.65º 0.87% 0.5% -
HSV(B) 348.65º 0.93% 0.94% -
XYZ 36.59 19.07 5.89 -
YUV 88.17 111.55 235.58 -
System Red Green Blue C M Y K H S L
Decimal 239 17 59 0 0.93 0.75 0.06 348.65 0.87 0.5
Hex EF 11 3B 0 5D 4B 6 15D 57 32
Octal 357 21 73 0 135 113 6 535 127 62
Binary 11101111 10001 111011 0 1011101 1001011 110 101011101 1010111 110010

Color Harmonies of #EF113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF113B

Black with #EF113B

Text Example


Text Example

White with #EF113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF113B; }

 p { color: rgb(239,17,59); }

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

background-color css

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

 a { background-color: rgb(239,17,59); }

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

border-color css

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

 span { border-color: rgb(239,17,59); }

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