Html Css Color HEX #EC0131 Torch Red

📋 copy color: '#EC0131'

red 236 ◦ green 1 ◦ blue 49

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

Shades of Torch Red #EC0131

Tints of Torch Red #EC0131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.13%

R = 82.52%
G = 0.35%
B = 17.13%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC0131 (or 0xEC0131) is known color: Torch Red. HEX triplet: EC, 01 and 31. RGB value is (236,1,49). Sum of RGB (Red+Green+Blue) = 236+1+49=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0131 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0131 is #13FECE. Grayscale: #4C4C4C. Windows color (decimal): -1310415 or 3211756. OLE color: 3211756.

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

Color convert

RGB 236 1 49 -
CMYK 0 1.00 0.79 0.07
HSL 347.74º 0.99% 0.46% -
HSV(B) 347.74º 1% 0.93% -
XYZ 35.16 18.08 4.54 -
YUV 76.74 112.36 241.6 -
System Red Green Blue C M Y K H S L
Decimal 236 1 49 0 1.00 0.79 0.07 347.74 0.99 0.46
Hex EC 1 31 0 64 4F 7 15C 63 2E
Octal 354 1 61 0 144 117 7 534 143 56
Binary 11101100 1 110001 0 1100100 1001111 111 101011100 1100011 101110

Color Harmonies of #EC0131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0131

Black with #EC0131

Text Example


Text Example

White with #EC0131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0131; }

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

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

background-color css

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

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

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

border-color css

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

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

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