Html Css Color HEX #EB1328 Torch Red

📋 copy color: '#EB1328'

red 235 ◦ green 19 ◦ blue 40

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

Shades of Torch Red #EB1328

Tints of Torch Red #EB1328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.46%

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

R = 79.93%
G = 6.46%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB1328 (or 0xEB1328) is known color: Torch Red. HEX triplet: EB, 13 and 28. RGB value is (235,19,40). Sum of RGB (Red+Green+Blue) = 235+19+40=294 (38% of max value = 765). Red value is 235 (92.19% from 255 or 79.93% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1328 is #14ECD7. Grayscale: #565656. Windows color (decimal): -1371352 or 2626539. OLE color: 2626539.

HSL color Cylindrical-coordinate representation of color #EB1328: hue angle of 354.17º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB1328 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 19 40 -
CMYK 0 0.92 0.83 0.08
HSL 354.17º 0.85% 0.5% -
HSV(B) 354.17º 0.92% 0.92% -
XYZ 34.88 18.28 3.7 -
YUV 85.98 102.06 234.29 -
System Red Green Blue C M Y K H S L
Decimal 235 19 40 0 0.92 0.83 0.08 354.17 0.85 0.5
Hex EB 13 28 0 5C 53 8 162 55 32
Octal 353 23 50 0 134 123 10 542 125 62
Binary 11101011 10011 101000 0 1011100 1010011 1000 101100010 1010101 110010

Color Harmonies of #EB1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1328

Black with #EB1328

Text Example


Text Example

White with #EB1328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1328; }

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

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

background-color css

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

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

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

border-color css

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

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

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