#EB0736

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

Shades of Torch Red #EB0736

Tints of Torch Red #EB0736

Color information

#EB0736 (or 0xEB0736) is unknown color: approx Torch Red. HEX triplet: EB, 07 and 36. RGB value is (235,7,54). Sum of RGB (Red+Green+Blue) = 235+7+54=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0736 is #14F8C9. Grayscale: #505050. Windows color (decimal): -1374410 or 3540971. OLE color: 3540971.

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

Color convert

RGB235754-
CMYK00.970.770.08
HSL347.63º94.21%47.45%-
HSV(B)347.63º97.02%92.16%-
XYZ3518.085.14-
YUV80.53113.04238.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 79.39%
GREEN value IS 7 (3.12% from 255) = 2.36%
BLUE value IS 54 (21.48% from 255) = 18.24%
R=79.39%
G=2.36%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23575400.970.770.08347.6394.2147.45
HexEB7360614D815c5e2f
Octal35376601411151053413657
Binary1110101111111011001100001100110110001010111001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0736; }

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

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

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

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

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

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

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

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