Html Css Color HEX #EF1738 Torch Red

📋 copy color: '#EF1738'

red 239 ◦ green 23 ◦ blue 56

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

Shades of Torch Red #EF1738

Tints of Torch Red #EF1738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.61%

R = 75.16%
G = 7.23%
B = 17.61%

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

#EF1738 (or 0xEF1738) is known color: Torch Red. HEX triplet: EF, 17 and 38. RGB value is (239,23,56). Sum of RGB (Red+Green+Blue) = 239+23+56=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1738 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1738 is #10E8C7. Grayscale: #5B5B5B. Windows color (decimal): -1108168 or 3676143. OLE color: 3676143.

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

Color convert

RGB 239 23 56 -
CMYK 0 0.90 0.77 0.06
HSL 350.83º 0.87% 0.51% -
HSV(B) 350.83º 0.9% 0.94% -
XYZ 36.62 19.25 5.53 -
YUV 91.35 108.06 233.32 -
System Red Green Blue C M Y K H S L
Decimal 239 23 56 0 0.90 0.77 0.06 350.83 0.87 0.51
Hex EF 17 38 0 5A 4D 6 15F 57 33
Octal 357 27 70 0 132 115 6 537 127 63
Binary 11101111 10111 111000 0 1011010 1001101 110 101011111 1010111 110011

Color Harmonies of #EF1738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1738

Black with #EF1738

Text Example


Text Example

White with #EF1738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1738; }

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

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

background-color css

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

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

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

border-color css

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

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

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