Html Css Color HEX #EB033B Torch Red

📋 copy color: '#EB033B'

red 235 ◦ green 3 ◦ blue 59

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

Shades of Torch Red #EB033B

Tints of Torch Red #EB033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.87%

R = 79.12%
G = 1.01%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB033B (or 0xEB033B) is known color: Torch Red. HEX triplet: EB, 03 and 3B. RGB value is (235,3,59). Sum of RGB (Red+Green+Blue) = 235+3+59=297 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.12% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 235 - color contains mainly: red. Hex color #EB033B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB033B is #14FCC4. Grayscale: #4E4E4E. Windows color (decimal): -1375429 or 3867627. OLE color: 3867627.

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

Color convert

RGB 235 3 59 -
CMYK 0 0.99 0.75 0.08
HSL 345.52º 0.97% 0.47% -
HSV(B) 345.52º 0.99% 0.92% -
XYZ 35.08 18.04 5.77 -
YUV 78.75 116.86 239.45 -
System Red Green Blue C M Y K H S L
Decimal 235 3 59 0 0.99 0.75 0.08 345.52 0.97 0.47
Hex EB 3 3B 0 63 4B 8 15A 61 2F
Octal 353 3 73 0 143 113 10 532 141 57
Binary 11101011 11 111011 0 1100011 1001011 1000 101011010 1100001 101111

Color Harmonies of #EB033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB033B

Black with #EB033B

Text Example


Text Example

White with #EB033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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