Html Css Color HEX #EB0732 Torch Red

📋 copy color: '#EB0732'

red 235 ◦ green 7 ◦ blue 50

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

Shades of Torch Red #EB0732

Tints of Torch Red #EB0732

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.4%

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 80.48%
G = 2.4%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EB0732 (or 0xEB0732) is known color: Torch Red. HEX triplet: EB, 07 and 32. RGB value is (235,7,50). Sum of RGB (Red+Green+Blue) = 235+7+50=292 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.48% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0732 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0732 is #14F8CD. Grayscale: #505050. Windows color (decimal): -1374414 or 3278827. OLE color: 3278827.

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

Color convert

RGB 235 7 50 -
CMYK 0 0.97 0.79 0.08
HSL 348.68º 0.94% 0.47% -
HSV(B) 348.68º 0.97% 0.92% -
XYZ 34.91 18.04 4.66 -
YUV 80.07 111.04 238.5 -
System Red Green Blue C M Y K H S L
Decimal 235 7 50 0 0.97 0.79 0.08 348.68 0.94 0.47
Hex EB 7 32 0 61 4F 8 15D 5E 2F
Octal 353 7 62 0 141 117 10 535 136 57
Binary 11101011 111 110010 0 1100001 1001111 1000 101011101 1011110 101111

Color Harmonies of #EB0732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0732

Black with #EB0732

Text Example


Text Example

White with #EB0732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0732; }

 p { color: rgb(235,7,50); }

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

background-color css

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

 a { background-color: rgb(235,7,50); }

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

border-color css

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

 span { border-color: rgb(235,7,50); }

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