Html Css Color HEX #EC012A Torch Red

📋 copy color: '#EC012A'

red 236 ◦ green 1 ◦ blue 42

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

Shades of Torch Red #EC012A

Tints of Torch Red #EC012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 84.59%
G = 0.36%
B = 15.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC012A (or 0xEC012A) is known color: Torch Red. HEX triplet: EC, 01 and 2A. RGB value is (236,1,42). Sum of RGB (Red+Green+Blue) = 236+1+42=279 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.59% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 236 - color contains mainly: red. Hex color #EC012A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC012A is #13FED5. Grayscale: #4C4C4C. Windows color (decimal): -1310422 or 2753004. OLE color: 2753004.

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

Color convert

RGB 236 1 42 -
CMYK 0 1.00 0.82 0.07
HSL 349.53º 0.99% 0.46% -
HSV(B) 349.53º 1% 0.93% -
XYZ 35.02 18.02 3.82 -
YUV 75.94 108.86 242.17 -
System Red Green Blue C M Y K H S L
Decimal 236 1 42 0 1.00 0.82 0.07 349.53 0.99 0.46
Hex EC 1 2A 0 64 52 7 15E 63 2E
Octal 354 1 52 0 144 122 7 536 143 56
Binary 11101100 1 101010 0 1100100 1010010 111 101011110 1100011 101110

Color Harmonies of #EC012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC012A

Black with #EC012A

Text Example


Text Example

White with #EC012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC012A; }

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

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

background-color css

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

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

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

border-color css

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

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

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