Html Css Color HEX #EB012D Torch Red

📋 copy color: '#EB012D'

red 235 ◦ green 1 ◦ blue 45

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

Shades of Torch Red #EB012D

Tints of Torch Red #EB012D

RGB

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

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

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

R = 83.63%
G = 0.36%
B = 16.01%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB012D (or 0xEB012D) is known color: Torch Red. HEX triplet: EB, 01 and 2D. RGB value is (235,1,45). Sum of RGB (Red+Green+Blue) = 235+1+45=281 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.63% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 235 - color contains mainly: red. Hex color #EB012D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB012D is #14FED2. Grayscale: #4C4C4C. Windows color (decimal): -1375955 or 2949611. OLE color: 2949611.

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

Color convert

RGB 235 1 45 -
CMYK 0 1.00 0.81 0.08
HSL 348.72º 0.99% 0.46% -
HSV(B) 348.72º 1% 0.92% -
XYZ 34.75 17.87 4.1 -
YUV 75.98 110.52 241.42 -
System Red Green Blue C M Y K H S L
Decimal 235 1 45 0 1.00 0.81 0.08 348.72 0.99 0.46
Hex EB 1 2D 0 64 51 8 15D 63 2E
Octal 353 1 55 0 144 121 10 535 143 56
Binary 11101011 1 101101 0 1100100 1010001 1000 101011101 1100011 101110

Color Harmonies of #EB012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB012D

Black with #EB012D

Text Example


Text Example

White with #EB012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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