Html Css Color HEX #EB0829 Torch Red

📋 copy color: '#EB0829'

red 235 ◦ green 8 ◦ blue 41

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

Shades of Torch Red #EB0829

Tints of Torch Red #EB0829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.44%

R = 82.75%
G = 2.82%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB0829 (or 0xEB0829) is known color: Torch Red. HEX triplet: EB, 08 and 29. RGB value is (235,8,41). Sum of RGB (Red+Green+Blue) = 235+8+41=284 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.75% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0829 is #14F7D6. Grayscale: #4F4F4F. Windows color (decimal): -1374167 or 2689259. OLE color: 2689259.

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

Color convert

RGB 235 8 41 -
CMYK 0 0.97 0.83 0.08
HSL 351.28º 0.93% 0.48% -
HSV(B) 351.28º 0.97% 0.92% -
XYZ 34.75 18 3.74 -
YUV 79.64 106.21 238.82 -
System Red Green Blue C M Y K H S L
Decimal 235 8 41 0 0.97 0.83 0.08 351.28 0.93 0.48
Hex EB 8 29 0 61 53 8 15F 5D 30
Octal 353 10 51 0 141 123 10 537 135 60
Binary 11101011 1000 101001 0 1100001 1010011 1000 101011111 1011101 110000

Color Harmonies of #EB0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0829

Black with #EB0829

Text Example


Text Example

White with #EB0829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0829; }

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

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

background-color css

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

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

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

border-color css

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

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

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