Html Css Color HEX #EF193D Torch Red

📋 copy color: '#EF193D'

red 239 ◦ green 25 ◦ blue 61

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

Shades of Torch Red #EF193D

Tints of Torch Red #EF193D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.77%

R = 73.54%
G = 7.69%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF193D (or 0xEF193D) is known color: Torch Red. HEX triplet: EF, 19 and 3D. RGB value is (239,25,61). Sum of RGB (Red+Green+Blue) = 239+25+61=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF193D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF193D is #10E6C2. Grayscale: #5D5D5D. Windows color (decimal): -1107651 or 4004335. OLE color: 4004335.

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

Color convert

RGB 239 25 61 -
CMYK 0 0.90 0.74 0.06
HSL 349.91º 0.87% 0.52% -
HSV(B) 349.91º 0.9% 0.94% -
XYZ 36.79 19.38 6.22 -
YUV 93.09 109.9 232.07 -
System Red Green Blue C M Y K H S L
Decimal 239 25 61 0 0.90 0.74 0.06 349.91 0.87 0.52
Hex EF 19 3D 0 5A 4A 6 15E 57 34
Octal 357 31 75 0 132 112 6 536 127 64
Binary 11101111 11001 111101 0 1011010 1001010 110 101011110 1010111 110100

Color Harmonies of #EF193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF193D

Black with #EF193D

Text Example


Text Example

White with #EF193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF193D; }

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

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

background-color css

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

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

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

border-color css

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

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

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