Html Css Color HEX #EB032F Torch Red

📋 copy color: '#EB032F'

red 235 ◦ green 3 ◦ blue 47

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

Shades of Torch Red #EB032F

Tints of Torch Red #EB032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 82.46%
G = 1.05%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB032F (or 0xEB032F) is known color: Torch Red. HEX triplet: EB, 03 and 2F. RGB value is (235,3,47). Sum of RGB (Red+Green+Blue) = 235+3+47=285 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.46% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 235 - color contains mainly: red. Hex color #EB032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB032F is #14FCD0. Grayscale: #4D4D4D. Windows color (decimal): -1375441 or 3081195. OLE color: 3081195.

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

Color convert

RGB 235 3 47 -
CMYK 0 0.99 0.8 0.08
HSL 348.62º 0.97% 0.47% -
HSV(B) 348.62º 0.99% 0.92% -
XYZ 34.81 17.93 4.32 -
YUV 77.38 110.86 240.42 -
System Red Green Blue C M Y K H S L
Decimal 235 3 47 0 0.99 0.8 0.08 348.62 0.97 0.47
Hex EB 3 2F 0 63 50 8 15D 61 2F
Octal 353 3 57 0 143 120 10 535 141 57
Binary 11101011 11 101111 0 1100011 1010000 1000 101011101 1100001 101111

Color Harmonies of #EB032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB032F

Black with #EB032F

Text Example


Text Example

White with #EB032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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