#EF1626

Color #EF1626 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #EF1626

Tints of Torch Red #EF1626

Color information

#EF1626 (or 0xEF1626) is unknown color: approx Torch Red. HEX triplet: EF, 16 and 26. RGB value is (239,22,38). Sum of RGB (Red+Green+Blue) = 239+22+38=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1626 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1626 is #10E9D9. Grayscale: #585858. Windows color (decimal): -1108442 or 2496239. OLE color: 2496239.

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

Color convert

RGB2392238-
CMYK00.910.840.06
HSL355.58º87.15%51.18%-
HSV(B)355.58º90.79%93.73%-
XYZ36.2319.063.6-
YUV88.7199.39235.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 79.93%
GREEN value IS 22 (8.98% from 255) = 7.36%
BLUE value IS 38 (15.23% from 255) = 12.71%
R=79.93%
G=7.36%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239223800.910.840.06355.5887.1551.18
HexEF162605B5461645733
Octal35726460133124654412763
Binary11101111101101001100101101110101001101011001001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1626; }

 p { color: rgb(239,22,38); }

 H1.HeaderClassName
 {
   color: #EF1626;
 }
 .AnyTagClassName
 {
   color: #EF1626;
 }
</style>
background-color css

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

 a { background-color: rgb(239,22,38); }

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

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

 span { border-color: rgb(239,22,38); }

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