Html Css Color HEX #EB013C Torch Red

📋 copy color: '#EB013C'

red 235 ◦ green 1 ◦ blue 60

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

Shades of Torch Red #EB013C

Tints of Torch Red #EB013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.27%

R = 79.39%
G = 0.34%
B = 20.27%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB013C (or 0xEB013C) is known color: Torch Red. HEX triplet: EB, 01 and 3C. RGB value is (235,1,60). Sum of RGB (Red+Green+Blue) = 235+1+60=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB013C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB013C is #14FEC3. Grayscale: #4D4D4D. Windows color (decimal): -1375940 or 3932651. OLE color: 3932651.

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

Color convert

RGB 235 1 60 -
CMYK 0 1.00 0.74 0.08
HSL 344.87º 0.99% 0.46% -
HSV(B) 344.87º 1% 0.92% -
XYZ 35.09 18.01 5.9 -
YUV 77.69 118.02 240.2 -
System Red Green Blue C M Y K H S L
Decimal 235 1 60 0 1.00 0.74 0.08 344.87 0.99 0.46
Hex EB 1 3C 0 64 4A 8 159 63 2E
Octal 353 1 74 0 144 112 10 531 143 56
Binary 11101011 1 111100 0 1100100 1001010 1000 101011001 1100011 101110

Color Harmonies of #EB013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB013C

Black with #EB013C

Text Example


Text Example

White with #EB013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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