#EB041E

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

Shades of Torch Red #EB041E

Tints of Torch Red #EB041E

Color information

#EB041E (or 0xEB041E) is unknown color: approx Torch Red. HEX triplet: EB, 04 and 1E. RGB value is (235,4,30). Sum of RGB (Red+Green+Blue) = 235+4+30=269 (35% of max value = 765). Red value is 235 (92.19% from 255 or 87.36% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 235 - color contains mainly: red. Hex color #EB041E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB041E is #14FBE1. Grayscale: #4C4C4C. Windows color (decimal): -1375202 or 1967339. OLE color: 1967339.

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

Color convert

RGB235430-
CMYK00.980.870.08
HSL353.25º96.65%46.86%-
HSV(B)353.25º98.3%92.16%-
XYZ34.5417.842.85-
YUV76.03102.03241.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 87.36%
GREEN value IS 4 (1.95% from 255) = 1.49%
BLUE value IS 30 (12.11% from 255) = 11.15%
R=87.36%
G=1.49%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23543000.980.870.08353.2596.6546.86
HexEB41E062578161612f
Octal35343601421271054114157
Binary111010111001111001100010101011110001011000011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB041E; }

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

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

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

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

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

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

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

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