Html Css Color HEX #EC0139 Torch Red

📋 copy color: '#EC0139'

red 236 ◦ green 1 ◦ blue 57

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

Shades of Torch Red #EC0139

Tints of Torch Red #EC0139

RGB

 RED value IS 236 (92.58% from 255) = 80.27%

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

 BLUE value IS 57 (22.66% from 255) = 19.39%

R = 80.27%
G = 0.34%
B = 19.39%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC0139 (or 0xEC0139) is known color: Torch Red. HEX triplet: EC, 01 and 39. RGB value is (236,1,57). Sum of RGB (Red+Green+Blue) = 236+1+57=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0139 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0139 is #13FEC6. Grayscale: #4D4D4D. Windows color (decimal): -1310407 or 3736044. OLE color: 3736044.

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

Color convert

RGB 236 1 57 -
CMYK 0 1.00 0.76 0.07
HSL 345.7º 0.99% 0.46% -
HSV(B) 345.7º 1% 0.93% -
XYZ 35.34 18.15 5.51 -
YUV 77.65 116.36 240.95 -
System Red Green Blue C M Y K H S L
Decimal 236 1 57 0 1.00 0.76 0.07 345.7 0.99 0.46
Hex EC 1 39 0 64 4C 7 15A 63 2E
Octal 354 1 71 0 144 114 7 532 143 56
Binary 11101100 1 111001 0 1100100 1001100 111 101011010 1100011 101110

Color Harmonies of #EC0139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0139

Black with #EC0139

Text Example


Text Example

White with #EC0139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0139; }

 p { color: rgb(236,1,57); }

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

background-color css

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

 a { background-color: rgb(236,1,57); }

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

border-color css

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

 span { border-color: rgb(236,1,57); }

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