Html Css Color HEX #EB081D Torch Red

📋 copy color: '#EB081D'

red 235 ◦ green 8 ◦ blue 29

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

Shades of Torch Red #EB081D

Tints of Torch Red #EB081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.94%

 BLUE value IS 29 (11.72% from 255) = 10.66%

R = 86.4%
G = 2.94%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB081D (or 0xEB081D) is known color: Torch Red. HEX triplet: EB, 08 and 1D. RGB value is (235,8,29). Sum of RGB (Red+Green+Blue) = 235+8+29=272 (36% of max value = 765). Red value is 235 (92.19% from 255 or 86.40% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 235 - color contains mainly: red. Hex color #EB081D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB081D is #14F7E2. Grayscale: #4E4E4E. Windows color (decimal): -1374179 or 1902827. OLE color: 1902827.

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

Color convert

RGB 235 8 29 -
CMYK 0 0.97 0.88 0.08
HSL 354.45º 0.93% 0.48% -
HSV(B) 354.45º 0.97% 0.92% -
XYZ 34.57 17.92 2.8 -
YUV 78.27 100.21 239.79 -
System Red Green Blue C M Y K H S L
Decimal 235 8 29 0 0.97 0.88 0.08 354.45 0.93 0.48
Hex EB 8 1D 0 61 58 8 162 5D 30
Octal 353 10 35 0 141 130 10 542 135 60
Binary 11101011 1000 11101 0 1100001 1011000 1000 101100010 1011101 110000

Color Harmonies of #EB081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB081D

Black with #EB081D

Text Example


Text Example

White with #EB081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB081D; }

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

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

background-color css

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

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

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

border-color css

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

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

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