Html Css Color HEX #EF1137 Torch Red

📋 copy color: '#EF1137'

red 239 ◦ green 17 ◦ blue 55

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

Shades of Torch Red #EF1137

Tints of Torch Red #EF1137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.68%

R = 76.85%
G = 5.47%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EF1137 (or 0xEF1137) is known color: Torch Red. HEX triplet: EF, 11 and 37. RGB value is (239,17,55). Sum of RGB (Red+Green+Blue) = 239+17+55=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1137 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1137 is #10EEC8. Grayscale: #575757. Windows color (decimal): -1109705 or 3609071. OLE color: 3609071.

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

Color convert

RGB 239 17 55 -
CMYK 0 0.93 0.77 0.06
HSL 349.73º 0.87% 0.5% -
HSV(B) 349.73º 0.93% 0.94% -
XYZ 36.49 19.03 5.36 -
YUV 87.71 109.55 235.91 -
System Red Green Blue C M Y K H S L
Decimal 239 17 55 0 0.93 0.77 0.06 349.73 0.87 0.5
Hex EF 11 37 0 5D 4D 6 15E 57 32
Octal 357 21 67 0 135 115 6 536 127 62
Binary 11101111 10001 110111 0 1011101 1001101 110 101011110 1010111 110010

Color Harmonies of #EF1137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1137

Black with #EF1137

Text Example


Text Example

White with #EF1137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1137; }

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

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

background-color css

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

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

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

border-color css

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

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

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