Html Css Color HEX #EB032D Torch Red

📋 copy color: '#EB032D'

red 235 ◦ green 3 ◦ blue 45

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

Shades of Torch Red #EB032D

Tints of Torch Red #EB032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 83.04%
G = 1.06%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB032D (or 0xEB032D) is known color: Torch Red. HEX triplet: EB, 03 and 2D. RGB value is (235,3,45). Sum of RGB (Red+Green+Blue) = 235+3+45=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB032D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB032D is #14FCD2. Grayscale: #4D4D4D. Windows color (decimal): -1375443 or 2950123. OLE color: 2950123.

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

Color convert

RGB 235 3 45 -
CMYK 0 0.99 0.81 0.08
HSL 349.14º 0.97% 0.47% -
HSV(B) 349.14º 0.99% 0.92% -
XYZ 34.77 17.92 4.11 -
YUV 77.16 109.86 240.58 -
System Red Green Blue C M Y K H S L
Decimal 235 3 45 0 0.99 0.81 0.08 349.14 0.97 0.47
Hex EB 3 2D 0 63 51 8 15D 61 2F
Octal 353 3 55 0 143 121 10 535 141 57
Binary 11101011 11 101101 0 1100011 1010001 1000 101011101 1100001 101111

Color Harmonies of #EB032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB032D

Black with #EB032D

Text Example


Text Example

White with #EB032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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