Html Css Color HEX #EF193B Torch Red

📋 copy color: '#EF193B'

red 239 ◦ green 25 ◦ blue 59

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

Shades of Torch Red #EF193B

Tints of Torch Red #EF193B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.74%

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

R = 73.99%
G = 7.74%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF193B (or 0xEF193B) is known color: Torch Red. HEX triplet: EF, 19 and 3B. RGB value is (239,25,59). Sum of RGB (Red+Green+Blue) = 239+25+59=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF193B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF193B is #10E6C4. Grayscale: #5C5C5C. Windows color (decimal): -1107653 or 3873263. OLE color: 3873263.

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

Color convert

RGB 239 25 59 -
CMYK 0 0.90 0.75 0.06
HSL 350.47º 0.87% 0.52% -
HSV(B) 350.47º 0.9% 0.94% -
XYZ 36.73 19.36 5.94 -
YUV 92.86 108.9 232.24 -
System Red Green Blue C M Y K H S L
Decimal 239 25 59 0 0.90 0.75 0.06 350.47 0.87 0.52
Hex EF 19 3B 0 5A 4B 6 15E 57 34
Octal 357 31 73 0 132 113 6 536 127 64
Binary 11101111 11001 111011 0 1011010 1001011 110 101011110 1010111 110100

Color Harmonies of #EF193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF193B

Black with #EF193B

Text Example


Text Example

White with #EF193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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