Html Css Color HEX #EB023A Torch Red

📋 copy color: '#EB023A'

red 235 ◦ green 2 ◦ blue 58

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

Shades of Torch Red #EB023A

Tints of Torch Red #EB023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 79.66%
G = 0.68%
B = 19.66%

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

#EB023A (or 0xEB023A) is known color: Torch Red. HEX triplet: EB, 02 and 3A. RGB value is (235,2,58). Sum of RGB (Red+Green+Blue) = 235+2+58=295 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.66% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 235 - color contains mainly: red. Hex color #EB023A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB023A is #14FDC5. Grayscale: #4E4E4E. Windows color (decimal): -1375686 or 3801835. OLE color: 3801835.

HSL color Cylindrical-coordinate representation of color #EB023A: hue angle of 345.58º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB023A is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 2 58 -
CMYK 0 0.99 0.75 0.08
HSL 345.58º 0.98% 0.46% -
HSV(B) 345.58º 0.99% 0.92% -
XYZ 35.05 18.01 5.63 -
YUV 78.05 116.69 239.95 -
System Red Green Blue C M Y K H S L
Decimal 235 2 58 0 0.99 0.75 0.08 345.58 0.98 0.46
Hex EB 2 3A 0 63 4B 8 15A 62 2E
Octal 353 2 72 0 143 113 10 532 142 56
Binary 11101011 10 111010 0 1100011 1001011 1000 101011010 1100010 101110

Color Harmonies of #EB023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB023A

Black with #EB023A

Text Example


Text Example

White with #EB023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB023A; }

 p { color: rgb(235,2,58); }

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

background-color css

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

 a { background-color: rgb(235,2,58); }

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

border-color css

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

 span { border-color: rgb(235,2,58); }

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