Html Css Color HEX #EF1132 Torch Red

📋 copy color: '#EF1132'

red 239 ◦ green 17 ◦ blue 50

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

Shades of Torch Red #EF1132

Tints of Torch Red #EF1132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.34%

R = 78.1%
G = 5.56%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF1132 (or 0xEF1132) is known color: Torch Red. HEX triplet: EF, 11 and 32. RGB value is (239,17,50). Sum of RGB (Red+Green+Blue) = 239+17+50=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1132 is #10EECD. Grayscale: #575757. Windows color (decimal): -1109710 or 3281391. OLE color: 3281391.

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

Color convert

RGB 239 17 50 -
CMYK 0 0.93 0.79 0.06
HSL 351.08º 0.87% 0.5% -
HSV(B) 351.08º 0.93% 0.94% -
XYZ 36.37 18.98 4.76 -
YUV 87.14 107.05 236.32 -
System Red Green Blue C M Y K H S L
Decimal 239 17 50 0 0.93 0.79 0.06 351.08 0.87 0.5
Hex EF 11 32 0 5D 4F 6 15F 57 32
Octal 357 21 62 0 135 117 6 537 127 62
Binary 11101111 10001 110010 0 1011101 1001111 110 101011111 1010111 110010

Color Harmonies of #EF1132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1132

Black with #EF1132

Text Example


Text Example

White with #EF1132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1132; }

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

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

background-color css

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

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

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

border-color css

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

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

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