Html Css Color HEX #EF172E Torch Red

📋 copy color: '#EF172E'

red 239 ◦ green 23 ◦ blue 46

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

Shades of Torch Red #EF172E

Tints of Torch Red #EF172E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 77.6%
G = 7.47%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF172E (or 0xEF172E) is known color: Torch Red. HEX triplet: EF, 17 and 2E. RGB value is (239,23,46). Sum of RGB (Red+Green+Blue) = 239+23+46=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF172E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF172E is #10E8D1. Grayscale: #5A5A5A. Windows color (decimal): -1108178 or 3020783. OLE color: 3020783.

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

Color convert

RGB 239 23 46 -
CMYK 0 0.90 0.81 0.06
HSL 353.61º 0.87% 0.51% -
HSV(B) 353.61º 0.9% 0.94% -
XYZ 36.4 19.16 4.36 -
YUV 90.21 103.06 234.13 -
System Red Green Blue C M Y K H S L
Decimal 239 23 46 0 0.90 0.81 0.06 353.61 0.87 0.51
Hex EF 17 2E 0 5A 51 6 162 57 33
Octal 357 27 56 0 132 121 6 542 127 63
Binary 11101111 10111 101110 0 1011010 1010001 110 101100010 1010111 110011

Color Harmonies of #EF172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF172E

Black with #EF172E

Text Example


Text Example

White with #EF172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF172E; }

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

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

background-color css

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

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

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

border-color css

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

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

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