Html Css Color HEX #EF163A Torch Red

📋 copy color: '#EF163A'

red 239 ◦ green 22 ◦ blue 58

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

Shades of Torch Red #EF163A

Tints of Torch Red #EF163A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.9%

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

R = 74.92%
G = 6.9%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF163A (or 0xEF163A) is known color: Torch Red. HEX triplet: EF, 16 and 3A. RGB value is (239,22,58). Sum of RGB (Red+Green+Blue) = 239+22+58=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF163A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF163A is #10E9C5. Grayscale: #5B5B5B. Windows color (decimal): -1108422 or 3806959. OLE color: 3806959.

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

Color convert

RGB 239 22 58 -
CMYK 0 0.91 0.76 0.06
HSL 350.05º 0.87% 0.51% -
HSV(B) 350.05º 0.91% 0.94% -
XYZ 36.65 19.23 5.78 -
YUV 90.99 109.39 233.57 -
System Red Green Blue C M Y K H S L
Decimal 239 22 58 0 0.91 0.76 0.06 350.05 0.87 0.51
Hex EF 16 3A 0 5B 4C 6 15E 57 33
Octal 357 26 72 0 133 114 6 536 127 63
Binary 11101111 10110 111010 0 1011011 1001100 110 101011110 1010111 110011

Color Harmonies of #EF163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF163A

Black with #EF163A

Text Example


Text Example

White with #EF163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF163A; }

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

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

background-color css

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

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

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

border-color css

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

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

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