Html Css Color HEX #EF161C Torch Red

📋 copy color: '#EF161C'

red 239 ◦ green 22 ◦ blue 28

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

Shades of Torch Red #EF161C

Tints of Torch Red #EF161C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.69%

R = 82.7%
G = 7.61%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF161C (or 0xEF161C) is known color: Torch Red. HEX triplet: EF, 16 and 1C. RGB value is (239,22,28). Sum of RGB (Red+Green+Blue) = 239+22+28=289 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.70% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 239 - color contains mainly: red. Hex color #EF161C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF161C is #10E9E3. Grayscale: #575757. Windows color (decimal): -1108452 or 1840879. OLE color: 1840879.

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

Color convert

RGB 239 22 28 -
CMYK 0 0.91 0.88 0.06
HSL 358.34º 0.87% 0.51% -
HSV(B) 358.34º 0.91% 0.94% -
XYZ 36.09 19.01 2.87 -
YUV 87.57 94.39 236.01 -
System Red Green Blue C M Y K H S L
Decimal 239 22 28 0 0.91 0.88 0.06 358.34 0.87 0.51
Hex EF 16 1C 0 5B 58 6 166 57 33
Octal 357 26 34 0 133 130 6 546 127 63
Binary 11101111 10110 11100 0 1011011 1011000 110 101100110 1010111 110011

Color Harmonies of #EF161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF161C

Black with #EF161C

Text Example


Text Example

White with #EF161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF161C; }

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

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

background-color css

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

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

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

border-color css

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

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

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