Html Css Color HEX #EB0336 Torch Red

📋 copy color: '#EB0336'

red 235 ◦ green 3 ◦ blue 54

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

Shades of Torch Red #EB0336

Tints of Torch Red #EB0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 54 (21.48% from 255) = 18.49%

R = 80.48%
G = 1.03%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EB0336 (or 0xEB0336) is known color: Torch Red. HEX triplet: EB, 03 and 36. RGB value is (235,3,54). Sum of RGB (Red+Green+Blue) = 235+3+54=292 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.48% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0336 is #14FCC9. Grayscale: #4E4E4E. Windows color (decimal): -1375434 or 3539947. OLE color: 3539947.

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

Color convert

RGB 235 3 54 -
CMYK 0 0.99 0.77 0.08
HSL 346.81º 0.97% 0.47% -
HSV(B) 346.81º 0.99% 0.92% -
XYZ 34.96 17.99 5.12 -
YUV 78.18 114.36 239.85 -
System Red Green Blue C M Y K H S L
Decimal 235 3 54 0 0.99 0.77 0.08 346.81 0.97 0.47
Hex EB 3 36 0 63 4D 8 15B 61 2F
Octal 353 3 66 0 143 115 10 533 141 57
Binary 11101011 11 110110 0 1100011 1001101 1000 101011011 1100001 101111

Color Harmonies of #EB0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0336

Black with #EB0336

Text Example


Text Example

White with #EB0336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0336; }

 p { color: rgb(235,3,54); }

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

background-color css

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

 a { background-color: rgb(235,3,54); }

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

border-color css

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

 span { border-color: rgb(235,3,54); }

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