Html Css Color HEX #EF193A Torch Red

📋 copy color: '#EF193A'

red 239 ◦ green 25 ◦ blue 58

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

Shades of Torch Red #EF193A

Tints of Torch Red #EF193A

RGB

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

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

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

R = 74.22%
G = 7.76%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF193A (or 0xEF193A) is known color: Torch Red. HEX triplet: EF, 19 and 3A. RGB value is (239,25,58). Sum of RGB (Red+Green+Blue) = 239+25+58=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF193A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF193A is #10E6C5. Grayscale: #5C5C5C. Windows color (decimal): -1107654 or 3807727. OLE color: 3807727.

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

Color convert

RGB 239 25 58 -
CMYK 0 0.90 0.76 0.06
HSL 350.75º 0.87% 0.52% -
HSV(B) 350.75º 0.9% 0.94% -
XYZ 36.71 19.35 5.8 -
YUV 92.75 108.4 232.32 -
System Red Green Blue C M Y K H S L
Decimal 239 25 58 0 0.90 0.76 0.06 350.75 0.87 0.52
Hex EF 19 3A 0 5A 4C 6 15F 57 34
Octal 357 31 72 0 132 114 6 537 127 64
Binary 11101111 11001 111010 0 1011010 1001100 110 101011111 1010111 110100

Color Harmonies of #EF193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF193A

Black with #EF193A

Text Example


Text Example

White with #EF193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF193A; }

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

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

background-color css

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

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

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

border-color css

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

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

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