Html Css Color HEX #EF172B Torch Red

📋 copy color: '#EF172B'

red 239 ◦ green 23 ◦ blue 43

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

Shades of Torch Red #EF172B

Tints of Torch Red #EF172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 78.36%
G = 7.54%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF172B (or 0xEF172B) is known color: Torch Red. HEX triplet: EF, 17 and 2B. RGB value is (239,23,43). Sum of RGB (Red+Green+Blue) = 239+23+43=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF172B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF172B is #10E8D4. Grayscale: #5A5A5A. Windows color (decimal): -1108181 or 2824175. OLE color: 2824175.

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

Color convert

RGB 239 23 43 -
CMYK 0 0.90 0.82 0.06
HSL 354.44º 0.87% 0.51% -
HSV(B) 354.44º 0.9% 0.94% -
XYZ 36.34 19.14 4.06 -
YUV 89.86 101.56 234.37 -
System Red Green Blue C M Y K H S L
Decimal 239 23 43 0 0.90 0.82 0.06 354.44 0.87 0.51
Hex EF 17 2B 0 5A 52 6 162 57 33
Octal 357 27 53 0 132 122 6 542 127 63
Binary 11101111 10111 101011 0 1011010 1010010 110 101100010 1010111 110011

Color Harmonies of #EF172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF172B

Black with #EF172B

Text Example


Text Example

White with #EF172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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