Html Css Color HEX #EB092D Torch Red

📋 copy color: '#EB092D'

red 235 ◦ green 9 ◦ blue 45

#EB092D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #EB092D

Tints of Torch Red #EB092D

RGB

 RED value IS 235 (92.19% from 255) = 81.31%

 GREEN value IS 9 (3.91% from 255) = 3.11%

 BLUE value IS 45 (17.97% from 255) = 15.57%

R = 81.31%
G = 3.11%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB092D (or 0xEB092D) is known color: Torch Red. HEX triplet: EB, 09 and 2D. RGB value is (235,9,45). Sum of RGB (Red+Green+Blue) = 235+9+45=289 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.31% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 235 - color contains mainly: red. Hex color #EB092D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB092D is #14F6D2. Grayscale: #505050. Windows color (decimal): -1373907 or 2951659. OLE color: 2951659.

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

Color convert

RGB 235 9 45 -
CMYK 0 0.96 0.81 0.08
HSL 350.44º 0.93% 0.48% -
HSV(B) 350.44º 0.96% 0.92% -
XYZ 34.83 18.05 4.13 -
YUV 80.68 107.87 238.07 -
System Red Green Blue C M Y K H S L
Decimal 235 9 45 0 0.96 0.81 0.08 350.44 0.93 0.48
Hex EB 9 2D 0 60 51 8 15E 5D 30
Octal 353 11 55 0 140 121 10 536 135 60
Binary 11101011 1001 101101 0 1100000 1010001 1000 101011110 1011101 110000

Color Harmonies of #EB092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB092D

Black with #EB092D

Text Example


Text Example

White with #EB092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB092D; }

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

 H1.HeaderClassName
 {
   color: #EB092D;
 }
 .AnyTagClassName
 {
   color: #EB092D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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