Html Css Color HEX #EF172A Torch Red

📋 copy color: '#EF172A'

red 239 ◦ green 23 ◦ blue 42

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

Shades of Torch Red #EF172A

Tints of Torch Red #EF172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.82%

R = 78.62%
G = 7.57%
B = 13.82%

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

#EF172A (or 0xEF172A) is known color: Torch Red. HEX triplet: EF, 17 and 2A. RGB value is (239,23,42). Sum of RGB (Red+Green+Blue) = 239+23+42=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF172A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF172A is #10E8D5. Grayscale: #595959. Windows color (decimal): -1108182 or 2758639. OLE color: 2758639.

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

Color convert

RGB 239 23 42 -
CMYK 0 0.90 0.82 0.06
HSL 354.72º 0.87% 0.51% -
HSV(B) 354.72º 0.9% 0.94% -
XYZ 36.32 19.13 3.97 -
YUV 89.75 101.06 234.46 -
System Red Green Blue C M Y K H S L
Decimal 239 23 42 0 0.90 0.82 0.06 354.72 0.87 0.51
Hex EF 17 2A 0 5A 52 6 163 57 33
Octal 357 27 52 0 132 122 6 543 127 63
Binary 11101111 10111 101010 0 1011010 1010010 110 101100011 1010111 110011

Color Harmonies of #EF172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF172A

Black with #EF172A

Text Example


Text Example

White with #EF172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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