#EB0726

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

Shades of Torch Red #EB0726

Tints of Torch Red #EB0726

Color information

#EB0726 (or 0xEB0726) is unknown color: approx Torch Red. HEX triplet: EB, 07 and 26. RGB value is (235,7,38). Sum of RGB (Red+Green+Blue) = 235+7+38=280 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.93% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0726 is #14F8D9. Grayscale: #4E4E4E. Windows color (decimal): -1374426 or 2492395. OLE color: 2492395.

HSL color Cylindrical-coordinate representation of color #EB0726: hue angle of 351.84º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB0726 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB235738-
CMYK00.970.840.08
HSL351.84º94.21%47.45%-
HSV(B)351.84º97.02%92.16%-
XYZ34.6917.953.47-
YUV78.71105.04239.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 83.93%
GREEN value IS 7 (3.12% from 255) = 2.5%
BLUE value IS 38 (15.23% from 255) = 13.57%
R=83.93%
G=2.5%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23573800.970.840.08351.8494.2147.45
HexEB7260615481605e2f
Octal35374601411241054013657
Binary1110101111110011001100001101010010001011000001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0726; }

 p { color: rgb(235,7,38); }

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

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

 a { background-color: rgb(235,7,38); }

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

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

 span { border-color: rgb(235,7,38); }

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