Html Css Color HEX #EB0334 Torch Red

📋 copy color: '#EB0334'

red 235 ◦ green 3 ◦ blue 52

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

Shades of Torch Red #EB0334

Tints of Torch Red #EB0334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 81.03%
G = 1.03%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EB0334 (or 0xEB0334) is known color: Torch Red. HEX triplet: EB, 03 and 34. RGB value is (235,3,52). Sum of RGB (Red+Green+Blue) = 235+3+52=290 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.03% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0334 is #14FCCB. Grayscale: #4D4D4D. Windows color (decimal): -1375436 or 3408875. OLE color: 3408875.

HSL color Cylindrical-coordinate representation of color #EB0334: hue angle of 347.33º 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 #EB0334 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 3 52 -
CMYK 0 0.99 0.78 0.08
HSL 347.33º 0.97% 0.47% -
HSV(B) 347.33º 0.99% 0.92% -
XYZ 34.91 17.98 4.88 -
YUV 77.95 113.36 240.02 -
System Red Green Blue C M Y K H S L
Decimal 235 3 52 0 0.99 0.78 0.08 347.33 0.97 0.47
Hex EB 3 34 0 63 4E 8 15B 61 2F
Octal 353 3 64 0 143 116 10 533 141 57
Binary 11101011 11 110100 0 1100011 1001110 1000 101011011 1100001 101111

Color Harmonies of #EB0334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0334

Black with #EB0334

Text Example


Text Example

White with #EB0334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0334; }

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

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

background-color css

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

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

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

border-color css

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

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

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