Html Css Color HEX #EF1737 Torch Red

📋 copy color: '#EF1737'

red 239 ◦ green 23 ◦ blue 55

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

Shades of Torch Red #EF1737

Tints of Torch Red #EF1737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.26%

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

R = 75.39%
G = 7.26%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EF1737 (or 0xEF1737) is known color: Torch Red. HEX triplet: EF, 17 and 37. RGB value is (239,23,55). Sum of RGB (Red+Green+Blue) = 239+23+55=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1737 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1737 is #10E8C8. Grayscale: #5B5B5B. Windows color (decimal): -1108169 or 3610607. OLE color: 3610607.

HSL color Cylindrical-coordinate representation of color #EF1737: hue angle of 351.11º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1737 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 23 55 -
CMYK 0 0.90 0.77 0.06
HSL 351.11º 0.87% 0.51% -
HSV(B) 351.11º 0.9% 0.94% -
XYZ 36.59 19.24 5.4 -
YUV 91.23 107.56 233.4 -
System Red Green Blue C M Y K H S L
Decimal 239 23 55 0 0.90 0.77 0.06 351.11 0.87 0.51
Hex EF 17 37 0 5A 4D 6 15F 57 33
Octal 357 27 67 0 132 115 6 537 127 63
Binary 11101111 10111 110111 0 1011010 1001101 110 101011111 1010111 110011

Color Harmonies of #EF1737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1737

Black with #EF1737

Text Example


Text Example

White with #EF1737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1737; }

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

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

background-color css

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

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

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

border-color css

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

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

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