Html Css Color HEX #EF162A Torch Red

📋 copy color: '#EF162A'

red 239 ◦ green 22 ◦ blue 42

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

Shades of Torch Red #EF162A

Tints of Torch Red #EF162A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 78.88%
G = 7.26%
B = 13.86%

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

#EF162A (or 0xEF162A) is known color: Torch Red. HEX triplet: EF, 16 and 2A. RGB value is (239,22,42). Sum of RGB (Red+Green+Blue) = 239+22+42=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF162A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF162A is #10E9D5. Grayscale: #595959. Windows color (decimal): -1108438 or 2758383. OLE color: 2758383.

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

Color convert

RGB 239 22 42 -
CMYK 0 0.91 0.82 0.06
HSL 354.47º 0.87% 0.51% -
HSV(B) 354.47º 0.91% 0.94% -
XYZ 36.3 19.09 3.96 -
YUV 89.16 101.39 234.87 -
System Red Green Blue C M Y K H S L
Decimal 239 22 42 0 0.91 0.82 0.06 354.47 0.87 0.51
Hex EF 16 2A 0 5B 52 6 162 57 33
Octal 357 26 52 0 133 122 6 542 127 63
Binary 11101111 10110 101010 0 1011011 1010010 110 101100010 1010111 110011

Color Harmonies of #EF162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF162A

Black with #EF162A

Text Example


Text Example

White with #EF162A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF162A; }

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

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

background-color css

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

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

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

border-color css

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

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

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