Html Css Color HEX #EC013D Torch Red

📋 copy color: '#EC013D'

red 236 ◦ green 1 ◦ blue 61

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

Shades of Torch Red #EC013D

Tints of Torch Red #EC013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.47%

R = 79.19%
G = 0.34%
B = 20.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC013D (or 0xEC013D) is known color: Torch Red. HEX triplet: EC, 01 and 3D. RGB value is (236,1,61). Sum of RGB (Red+Green+Blue) = 236+1+61=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC013D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC013D is #13FEC2. Grayscale: #4E4E4E. Windows color (decimal): -1310403 or 3998188. OLE color: 3998188.

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

Color convert

RGB 236 1 61 -
CMYK 0 1.00 0.74 0.07
HSL 344.68º 0.99% 0.46% -
HSV(B) 344.68º 1% 0.93% -
XYZ 35.45 18.19 6.06 -
YUV 78.11 118.36 240.62 -
System Red Green Blue C M Y K H S L
Decimal 236 1 61 0 1.00 0.74 0.07 344.68 0.99 0.46
Hex EC 1 3D 0 64 4A 7 159 63 2E
Octal 354 1 75 0 144 112 7 531 143 56
Binary 11101100 1 111101 0 1100100 1001010 111 101011001 1100011 101110

Color Harmonies of #EC013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC013D

Black with #EC013D

Text Example


Text Example

White with #EC013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC013D; }

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

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

background-color css

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

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

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

border-color css

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

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

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