#EF1026

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

Shades of Torch Red #EF1026

Tints of Torch Red #EF1026

Color information

#EF1026 (or 0xEF1026) is unknown color: approx Torch Red. HEX triplet: EF, 10 and 26. RGB value is (239,16,38). Sum of RGB (Red+Green+Blue) = 239+16+38=293 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.57% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1026 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1026 is #10EFD9. Grayscale: #555555. Windows color (decimal): -1109978 or 2494703. OLE color: 2494703.

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

Color convert

RGB2391638-
CMYK00.930.840.06
HSL354.08º87.45%50%-
HSV(B)354.08º93.31%93.73%-
XYZ36.1318.863.57-
YUV85.18101.38237.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 81.57%
GREEN value IS 16 (6.64% from 255) = 5.46%
BLUE value IS 38 (15.23% from 255) = 12.97%
R=81.57%
G=5.46%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239163800.930.840.06354.0887.4550
HexEF102605D5461625732
Octal35720460135124654212762
Binary11101111100001001100101110110101001101011000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1026; }

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

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

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

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

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

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

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

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