Html Css Color HEX #EF113A Torch Red

📋 copy color: '#EF113A'

red 239 ◦ green 17 ◦ blue 58

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

Shades of Torch Red #EF113A

Tints of Torch Red #EF113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 76.11%
G = 5.41%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF113A (or 0xEF113A) is known color: Torch Red. HEX triplet: EF, 11 and 3A. RGB value is (239,17,58). Sum of RGB (Red+Green+Blue) = 239+17+58=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF113A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF113A is #10EEC5. Grayscale: #585858. Windows color (decimal): -1109702 or 3805679. OLE color: 3805679.

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

Color convert

RGB 239 17 58 -
CMYK 0 0.93 0.76 0.06
HSL 348.92º 0.87% 0.5% -
HSV(B) 348.92º 0.93% 0.94% -
XYZ 36.56 19.06 5.75 -
YUV 88.05 111.05 235.67 -
System Red Green Blue C M Y K H S L
Decimal 239 17 58 0 0.93 0.76 0.06 348.92 0.87 0.5
Hex EF 11 3A 0 5D 4C 6 15D 57 32
Octal 357 21 72 0 135 114 6 535 127 62
Binary 11101111 10001 111010 0 1011101 1001100 110 101011101 1010111 110010

Color Harmonies of #EF113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF113A

Black with #EF113A

Text Example


Text Example

White with #EF113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF113A; }

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

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

background-color css

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

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

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

border-color css

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

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

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