#EB0226

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

Shades of Torch Red #EB0226

Tints of Torch Red #EB0226

Color information

#EB0226 (or 0xEB0226) is unknown color: approx Torch Red. HEX triplet: EB, 02 and 26. RGB value is (235,2,38). Sum of RGB (Red+Green+Blue) = 235+2+38=275 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.45% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0226 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0226 is #14FDD9. Grayscale: #4B4B4B. Windows color (decimal): -1375706 or 2491115. OLE color: 2491115.

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

Color convert

RGB235238-
CMYK00.990.840.08
HSL350.73º98.31%46.47%-
HSV(B)350.73º99.15%92.16%-
XYZ34.6317.853.45-
YUV75.77106.69241.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 85.45%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 38 (15.23% from 255) = 13.82%
R=85.45%
G=0.73%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523800.990.840.08350.7398.3146.47
HexEB22606354815f622e
Octal35324601431241053714256
Binary111010111010011001100011101010010001010111111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0226; }

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

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

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

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

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

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

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

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