Html Css Color HEX #EB0B32 Torch Red

📋 copy color: '#EB0B32'

red 235 ◦ green 11 ◦ blue 50

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

Shades of Torch Red #EB0B32

Tints of Torch Red #EB0B32

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.72%

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

R = 79.39%
G = 3.72%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EB0B32 (or 0xEB0B32) is known color: Torch Red. HEX triplet: EB, 0B and 32. RGB value is (235,11,50). Sum of RGB (Red+Green+Blue) = 235+11+50=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0B32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0B32 is #14F4CD. Grayscale: #525252. Windows color (decimal): -1373390 or 3279851. OLE color: 3279851.

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

Color convert

RGB 235 11 50 -
CMYK 0 0.95 0.79 0.08
HSL 349.55º 0.91% 0.48% -
HSV(B) 349.55º 0.95% 0.92% -
XYZ 34.96 18.13 4.67 -
YUV 82.42 109.71 236.83 -
System Red Green Blue C M Y K H S L
Decimal 235 11 50 0 0.95 0.79 0.08 349.55 0.91 0.48
Hex EB B 32 0 5F 4F 8 15E 5B 30
Octal 353 13 62 0 137 117 10 536 133 60
Binary 11101011 1011 110010 0 1011111 1001111 1000 101011110 1011011 110000

Color Harmonies of #EB0B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0B32

Black with #EB0B32

Text Example


Text Example

White with #EB0B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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