Html Css Color HEX #EB032E Torch Red

📋 copy color: '#EB032E'

red 235 ◦ green 3 ◦ blue 46

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

Shades of Torch Red #EB032E

Tints of Torch Red #EB032E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.2%

R = 82.75%
G = 1.06%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB032E (or 0xEB032E) is known color: Torch Red. HEX triplet: EB, 03 and 2E. RGB value is (235,3,46). Sum of RGB (Red+Green+Blue) = 235+3+46=284 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.75% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 235 - color contains mainly: red. Hex color #EB032E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB032E is #14FCD1. Grayscale: #4D4D4D. Windows color (decimal): -1375442 or 3015659. OLE color: 3015659.

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

Color convert

RGB 235 3 46 -
CMYK 0 0.99 0.80 0.08
HSL 348.88º 0.97% 0.47% -
HSV(B) 348.88º 0.99% 0.92% -
XYZ 34.79 17.92 4.21 -
YUV 77.27 110.36 240.5 -
System Red Green Blue C M Y K H S L
Decimal 235 3 46 0 0.99 0.80 0.08 348.88 0.97 0.47
Hex EB 3 2E 0 63 50 8 15D 61 2F
Octal 353 3 56 0 143 120 10 535 141 57
Binary 11101011 11 101110 0 1100011 1010000 1000 101011101 1100001 101111

Color Harmonies of #EB032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB032E

Black with #EB032E

Text Example


Text Example

White with #EB032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB032E; }

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

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

background-color css

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

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

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

border-color css

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

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

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