Html Css Color HEX #EC012C Torch Red

📋 copy color: '#EC012C'

red 236 ◦ green 1 ◦ blue 44

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

Shades of Torch Red #EC012C

Tints of Torch Red #EC012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.66%

R = 83.99%
G = 0.36%
B = 15.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC012C (or 0xEC012C) is known color: Torch Red. HEX triplet: EC, 01 and 2C. RGB value is (236,1,44). Sum of RGB (Red+Green+Blue) = 236+1+44=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC012C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC012C is #13FED3. Grayscale: #4C4C4C. Windows color (decimal): -1310420 or 2884076. OLE color: 2884076.

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

Color convert

RGB 236 1 44 -
CMYK 0 1.00 0.81 0.07
HSL 349.02º 0.99% 0.46% -
HSV(B) 349.02º 1% 0.93% -
XYZ 35.06 18.04 4.02 -
YUV 76.17 109.86 242 -
System Red Green Blue C M Y K H S L
Decimal 236 1 44 0 1.00 0.81 0.07 349.02 0.99 0.46
Hex EC 1 2C 0 64 51 7 15D 63 2E
Octal 354 1 54 0 144 121 7 535 143 56
Binary 11101100 1 101100 0 1100100 1010001 111 101011101 1100011 101110

Color Harmonies of #EC012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC012C

Black with #EC012C

Text Example


Text Example

White with #EC012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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