Html Css Color HEX #EB012B Torch Red

📋 copy color: '#EB012B'

red 235 ◦ green 1 ◦ blue 43

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

Shades of Torch Red #EB012B

Tints of Torch Red #EB012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 43 (17.19% from 255) = 15.41%

R = 84.23%
G = 0.36%
B = 15.41%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB012B (or 0xEB012B) is known color: Torch Red. HEX triplet: EB, 01 and 2B. RGB value is (235,1,43). Sum of RGB (Red+Green+Blue) = 235+1+43=279 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.23% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 235 - color contains mainly: red. Hex color #EB012B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB012B is #14FED4. Grayscale: #4B4B4B. Windows color (decimal): -1375957 or 2818539. OLE color: 2818539.

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

Color convert

RGB 235 1 43 -
CMYK 0 1.00 0.82 0.08
HSL 349.23º 0.99% 0.46% -
HSV(B) 349.23º 1% 0.92% -
XYZ 34.71 17.86 3.9 -
YUV 75.75 109.52 241.58 -
System Red Green Blue C M Y K H S L
Decimal 235 1 43 0 1.00 0.82 0.08 349.23 0.99 0.46
Hex EB 1 2B 0 64 52 8 15D 63 2E
Octal 353 1 53 0 144 122 10 535 143 56
Binary 11101011 1 101011 0 1100100 1010010 1000 101011101 1100011 101110

Color Harmonies of #EB012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB012B

Black with #EB012B

Text Example


Text Example

White with #EB012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB012B; }

 p { color: rgb(235,1,43); }

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

background-color css

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

 a { background-color: rgb(235,1,43); }

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

border-color css

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

 span { border-color: rgb(235,1,43); }

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