Html Css Color HEX #EF162C Torch Red

📋 copy color: '#EF162C'

red 239 ◦ green 22 ◦ blue 44

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

Shades of Torch Red #EF162C

Tints of Torch Red #EF162C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 78.36%
G = 7.21%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF162C (or 0xEF162C) is known color: Torch Red. HEX triplet: EF, 16 and 2C. RGB value is (239,22,44). Sum of RGB (Red+Green+Blue) = 239+22+44=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF162C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF162C is #10E9D3. Grayscale: #595959. Windows color (decimal): -1108436 or 2889455. OLE color: 2889455.

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

Color convert

RGB 239 22 44 -
CMYK 0 0.91 0.82 0.06
HSL 353.92º 0.87% 0.51% -
HSV(B) 353.92º 0.91% 0.94% -
XYZ 36.34 19.11 4.16 -
YUV 89.39 102.39 234.71 -
System Red Green Blue C M Y K H S L
Decimal 239 22 44 0 0.91 0.82 0.06 353.92 0.87 0.51
Hex EF 16 2C 0 5B 52 6 162 57 33
Octal 357 26 54 0 133 122 6 542 127 63
Binary 11101111 10110 101100 0 1011011 1010010 110 101100010 1010111 110011

Color Harmonies of #EF162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF162C

Black with #EF162C

Text Example


Text Example

White with #EF162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF162C; }

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

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

background-color css

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

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

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

border-color css

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

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

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