#EB0437

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

Shades of Torch Red #EB0437

Tints of Torch Red #EB0437

Color information

#EB0437 (or 0xEB0437) is unknown color: approx Torch Red. HEX triplet: EB, 04 and 37. RGB value is (235,4,55). Sum of RGB (Red+Green+Blue) = 235+4+55=294 (38% of max value = 765). Red value is 235 (92.19% from 255 or 79.93% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0437 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0437 is #14FBC8. Grayscale: #4E4E4E. Windows color (decimal): -1375177 or 3605739. OLE color: 3605739.

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

Color convert

RGB235455-
CMYK00.980.770.08
HSL346.75º96.65%46.86%-
HSV(B)346.75º98.3%92.16%-
XYZ34.9918.025.25-
YUV78.88114.53239.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 79.93%
GREEN value IS 4 (1.95% from 255) = 1.36%
BLUE value IS 55 (21.88% from 255) = 18.71%
R=79.93%
G=1.36%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23545500.980.770.08346.7596.6546.86
HexEB4370624D815b612f
Octal35346701421151053314157
Binary1110101110011011101100010100110110001010110111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0437; }

 p { color: rgb(235,4,55); }

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

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

 a { background-color: rgb(235,4,55); }

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

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

 span { border-color: rgb(235,4,55); }

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