#EB0D23

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

Shades of Torch Red #EB0D23

Tints of Torch Red #EB0D23

Color information

#EB0D23 (or 0xEB0D23) is unknown color: approx Torch Red. HEX triplet: EB, 0D and 23. RGB value is (235,13,35). Sum of RGB (Red+Green+Blue) = 235+13+35=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D23 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0D23 is #14F2DC. Grayscale: #525252. Windows color (decimal): -1372893 or 2297323. OLE color: 2297323.

HSL color Cylindrical-coordinate representation of color #EB0D23: hue angle of 354.05º degrees, saturation: 0.9, 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 #EB0D23 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB2351335-
CMYK00.940.850.08
HSL354.05º89.52%48.63%-
HSV(B)354.05º94.47%92.16%-
XYZ34.7118.073.25-
YUV81.89101.55237.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 83.04%
GREEN value IS 13 (5.47% from 255) = 4.59%
BLUE value IS 35 (14.06% from 255) = 12.37%
R=83.04%
G=4.59%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235133500.940.850.08354.0589.5248.63
HexEBD2305E5581625a31
Octal353154301361251054213261
Binary11101011110110001101011110101010110001011000101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0D23; }

 p { color: rgb(235,13,35); }

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

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

 a { background-color: rgb(235,13,35); }

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

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

 span { border-color: rgb(235,13,35); }

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