Html Css Color HEX #EB0828 Torch Red

📋 copy color: '#EB0828'

red 235 ◦ green 8 ◦ blue 40

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

Shades of Torch Red #EB0828

Tints of Torch Red #EB0828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 83.04%
G = 2.83%
B = 14.13%

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

#EB0828 (or 0xEB0828) is known color: Torch Red. HEX triplet: EB, 08 and 28. RGB value is (235,8,40). Sum of RGB (Red+Green+Blue) = 235+8+40=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0828 is #14F7D7. Grayscale: #4F4F4F. Windows color (decimal): -1374168 or 2623723. OLE color: 2623723.

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

Color convert

RGB 235 8 40 -
CMYK 0 0.97 0.83 0.08
HSL 351.54º 0.93% 0.48% -
HSV(B) 351.54º 0.97% 0.92% -
XYZ 34.73 17.99 3.65 -
YUV 79.52 105.71 238.9 -
System Red Green Blue C M Y K H S L
Decimal 235 8 40 0 0.97 0.83 0.08 351.54 0.93 0.48
Hex EB 8 28 0 61 53 8 160 5D 30
Octal 353 10 50 0 141 123 10 540 135 60
Binary 11101011 1000 101000 0 1100001 1010011 1000 101100000 1011101 110000

Color Harmonies of #EB0828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0828

Black with #EB0828

Text Example


Text Example

White with #EB0828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0828; }

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

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

background-color css

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

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

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

border-color css

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

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

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