#EB091D

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

Shades of Torch Red #EB091D

Tints of Torch Red #EB091D

Color information

#EB091D (or 0xEB091D) is unknown color: approx Torch Red. HEX triplet: EB, 09 and 1D. RGB value is (235,9,29). Sum of RGB (Red+Green+Blue) = 235+9+29=273 (36% of max value = 765). Red value is 235 (92.19% from 255 or 86.08% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 235 - color contains mainly: red. Hex color #EB091D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB091D is #14F6E2. Grayscale: #4F4F4F. Windows color (decimal): -1373923 or 1903083. OLE color: 1903083.

HSL color Cylindrical-coordinate representation of color #EB091D: hue angle of 354.69º degrees, saturation: 0.93, 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 #EB091D is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB235929-
CMYK00.960.880.08
HSL354.69º92.62%47.84%-
HSV(B)354.69º96.17%92.16%-
XYZ34.5817.952.8-
YUV78.8599.87239.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 86.08%
GREEN value IS 9 (3.91% from 255) = 3.30%
BLUE value IS 29 (11.72% from 255) = 10.62%
R=86.08%
G=3.30%
B=10.62%

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
Decimal23592900.960.880.08354.6992.6247.84
HexEB91D0605881635d30
Octal353113501401301054313560
Binary1110101110011110101100000101100010001011000111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB091D; }

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

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

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

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

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

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

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

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