Html Css Color HEX #EF112A Torch Red

📋 copy color: '#EF112A'

red 239 ◦ green 17 ◦ blue 42

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

Shades of Torch Red #EF112A

Tints of Torch Red #EF112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.7%

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

R = 80.2%
G = 5.7%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF112A (or 0xEF112A) is known color: Torch Red. HEX triplet: EF, 11 and 2A. RGB value is (239,17,42). Sum of RGB (Red+Green+Blue) = 239+17+42=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF112A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF112A is #10EED5. Grayscale: #565656. Windows color (decimal): -1109718 or 2757103. OLE color: 2757103.

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

Color convert

RGB 239 17 42 -
CMYK 0 0.93 0.82 0.06
HSL 353.24º 0.87% 0.5% -
HSV(B) 353.24º 0.93% 0.94% -
XYZ 36.21 18.92 3.93 -
YUV 86.23 103.05 236.97 -
System Red Green Blue C M Y K H S L
Decimal 239 17 42 0 0.93 0.82 0.06 353.24 0.87 0.5
Hex EF 11 2A 0 5D 52 6 161 57 32
Octal 357 21 52 0 135 122 6 541 127 62
Binary 11101111 10001 101010 0 1011101 1010010 110 101100001 1010111 110010

Color Harmonies of #EF112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF112A

Black with #EF112A

Text Example


Text Example

White with #EF112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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