#EB0F2F

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

Shades of Torch Red #EB0F2F

Tints of Torch Red #EB0F2F

Color information

#EB0F2F (or 0xEB0F2F) is unknown color: approx Torch Red. HEX triplet: EB, 0F and 2F. RGB value is (235,15,47). Sum of RGB (Red+Green+Blue) = 235+15+47=297 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.12% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0F2F is #14F0D0. Grayscale: #545454. Windows color (decimal): -1372369 or 3084267. OLE color: 3084267.

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

Color convert

RGB2351547-
CMYK00.940.80.08
HSL351.27º88%49.02%-
HSV(B)351.27º93.62%92.16%-
XYZ34.9418.214.36-
YUV84.43106.89235.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 79.12%
GREEN value IS 15 (6.25% from 255) = 5.05%
BLUE value IS 47 (18.75% from 255) = 15.82%
R=79.12%
G=5.05%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.8
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235154700.940.80.08351.278849.02
HexEBF2F05E50815f5831
Octal353175701361201053713061
Binary11101011111110111101011110101000010001010111111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0F2F; }

 p { color: rgb(235,15,47); }

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

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

 a { background-color: rgb(235,15,47); }

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

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

 span { border-color: rgb(235,15,47); }

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