Html Css Color HEX #EB092C Torch Red

📋 copy color: '#EB092C'

red 235 ◦ green 9 ◦ blue 44

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

Shades of Torch Red #EB092C

Tints of Torch Red #EB092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 81.6%
G = 3.13%
B = 15.28%

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

#EB092C (or 0xEB092C) is known color: Torch Red. HEX triplet: EB, 09 and 2C. RGB value is (235,9,44). Sum of RGB (Red+Green+Blue) = 235+9+44=288 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.60% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 235 - color contains mainly: red. Hex color #EB092C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB092C is #14F6D3. Grayscale: #505050. Windows color (decimal): -1373908 or 2886123. OLE color: 2886123.

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

Color convert

RGB 235 9 44 -
CMYK 0 0.96 0.81 0.08
HSL 350.71º 0.93% 0.48% -
HSV(B) 350.71º 0.96% 0.92% -
XYZ 34.81 18.04 4.03 -
YUV 80.56 107.37 238.15 -
System Red Green Blue C M Y K H S L
Decimal 235 9 44 0 0.96 0.81 0.08 350.71 0.93 0.48
Hex EB 9 2C 0 60 51 8 15F 5D 30
Octal 353 11 54 0 140 121 10 537 135 60
Binary 11101011 1001 101100 0 1100000 1010001 1000 101011111 1011101 110000

Color Harmonies of #EB092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB092C

Black with #EB092C

Text Example


Text Example

White with #EB092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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