Html Css Color HEX #EC013F Torch Red

📋 copy color: '#EC013F'

red 236 ◦ green 1 ◦ blue 63

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

Shades of Torch Red #EC013F

Tints of Torch Red #EC013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21%

R = 78.67%
G = 0.33%
B = 21%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC013F (or 0xEC013F) is known color: Torch Red. HEX triplet: EC, 01 and 3F. RGB value is (236,1,63). Sum of RGB (Red+Green+Blue) = 236+1+63=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC013F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC013F is #13FEC0. Grayscale: #4E4E4E. Windows color (decimal): -1310401 or 4129260. OLE color: 4129260.

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

Color convert

RGB 236 1 63 -
CMYK 0 1.00 0.73 0.07
HSL 344.17º 0.99% 0.46% -
HSV(B) 344.17º 1% 0.93% -
XYZ 35.5 18.21 6.35 -
YUV 78.33 119.36 240.46 -
System Red Green Blue C M Y K H S L
Decimal 236 1 63 0 1.00 0.73 0.07 344.17 0.99 0.46
Hex EC 1 3F 0 64 49 7 158 63 2E
Octal 354 1 77 0 144 111 7 530 143 56
Binary 11101100 1 111111 0 1100100 1001001 111 101011000 1100011 101110

Color Harmonies of #EC013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC013F

Black with #EC013F

Text Example


Text Example

White with #EC013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC013F; }

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

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

background-color css

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

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

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

border-color css

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

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

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