Html Css Color HEX #EF1539 Torch Red

📋 copy color: '#EF1539'

red 239 ◦ green 21 ◦ blue 57

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

Shades of Torch Red #EF1539

Tints of Torch Red #EF1539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.62%

 BLUE value IS 57 (22.66% from 255) = 17.98%

R = 75.39%
G = 6.62%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF1539 (or 0xEF1539) is known color: Torch Red. HEX triplet: EF, 15 and 39. RGB value is (239,21,57). Sum of RGB (Red+Green+Blue) = 239+21+57=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1539 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1539 is #10EAC6. Grayscale: #5A5A5A. Windows color (decimal): -1108679 or 3741167. OLE color: 3741167.

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

Color convert

RGB 239 21 57 -
CMYK 0 0.91 0.76 0.06
HSL 350.09º 0.87% 0.51% -
HSV(B) 350.09º 0.91% 0.94% -
XYZ 36.6 19.18 5.64 -
YUV 90.29 109.22 234.07 -
System Red Green Blue C M Y K H S L
Decimal 239 21 57 0 0.91 0.76 0.06 350.09 0.87 0.51
Hex EF 15 39 0 5B 4C 6 15E 57 33
Octal 357 25 71 0 133 114 6 536 127 63
Binary 11101111 10101 111001 0 1011011 1001100 110 101011110 1010111 110011

Color Harmonies of #EF1539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1539

Black with #EF1539

Text Example


Text Example

White with #EF1539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1539; }

 p { color: rgb(239,21,57); }

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

background-color css

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

 a { background-color: rgb(239,21,57); }

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

border-color css

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

 span { border-color: rgb(239,21,57); }

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