#EB0A1D

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

Shades of Torch Red #EB0A1D

Tints of Torch Red #EB0A1D

Color information

#EB0A1D (or 0xEB0A1D) is unknown color: approx Torch Red. HEX triplet: EB, 0A and 1D. RGB value is (235,10,29). Sum of RGB (Red+Green+Blue) = 235+10+29=274 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.77% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0A1D is #14F5E2. Grayscale: #4F4F4F. Windows color (decimal): -1373667 or 1903339. OLE color: 1903339.

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

Color convert

RGB2351029-
CMYK00.960.880.08
HSL354.93º91.84%48.04%-
HSV(B)354.93º95.74%92.16%-
XYZ34.5917.972.81-
YUV79.4499.54238.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 85.77%
GREEN value IS 10 (4.30% from 255) = 3.65%
BLUE value IS 29 (11.72% from 255) = 10.58%
R=85.77%
G=3.65%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235102900.960.880.08354.9391.8448.04
HexEBA1D0605881635c30
Octal353123501401301054313460
Binary1110101110101110101100000101100010001011000111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0A1D; }

 p { color: rgb(235,10,29); }

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

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

 a { background-color: rgb(235,10,29); }

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

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

 span { border-color: rgb(235,10,29); }

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