Html Css Color HEX #EB0037 Torch Red

📋 copy color: '#EB0037'

red 235 ◦ green 0 ◦ blue 55

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

Shades of Torch Red #EB0037

Tints of Torch Red #EB0037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 55 (21.88% from 255) = 18.97%

R = 81.03%
G = 0%
B = 18.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EB0037 (or 0xEB0037) is known color: Torch Red. HEX triplet: EB, 00 and 37. RGB value is (235,0,55). Sum of RGB (Red+Green+Blue) = 235+0+55=290 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.03% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0037 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0037 is #14FFC8. Grayscale: #4C4C4C. Windows color (decimal): -1376201 or 3604715. OLE color: 3604715.

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

Color convert

RGB 235 0 55 -
CMYK 0 1 0.77 0.08
HSL 345.96º 1% 0.46% -
HSV(B) 345.96º 1% 0.92% -
XYZ 34.95 17.94 5.23 -
YUV 76.54 115.86 241.03 -
System Red Green Blue C M Y K H S L
Decimal 235 0 55 0 1 0.77 0.08 345.96 1 0.46
Hex EB 0 37 0 64 4D 8 15A 64 2E
Octal 353 0 67 0 144 115 10 532 144 56
Binary 11101011 0 110111 0 1100100 1001101 1000 101011010 1100100 101110

Color Harmonies of #EB0037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0037

Black with #EB0037

Text Example


Text Example

White with #EB0037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0037; }

 p { color: rgb(235,0,55); }

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

background-color css

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

 a { background-color: rgb(235,0,55); }

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

border-color css

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

 span { border-color: rgb(235,0,55); }

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