Html Css Color HEX #EC0036 Torch Red

📋 copy color: '#EC0036'

red 236 ◦ green 0 ◦ blue 54

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

Shades of Torch Red #EC0036

Tints of Torch Red #EC0036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 54 (21.48% from 255) = 18.62%

R = 81.38%
G = 0%
B = 18.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC0036 (or 0xEC0036) is known color: Torch Red. HEX triplet: EC, 00 and 36. RGB value is (236,0,54). Sum of RGB (Red+Green+Blue) = 236+0+54=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0036 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0036 is #13FFC9. Grayscale: #4C4C4C. Windows color (decimal): -1310666 or 3539180. OLE color: 3539180.

HSL color Cylindrical-coordinate representation of color #EC0036: hue angle of 346.27º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0036 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 0 54 -
CMYK 0 1 0.77 0.07
HSL 346.27º 1% 0.46% -
HSV(B) 346.27º 1% 0.93% -
XYZ 35.26 18.1 5.13 -
YUV 76.72 115.19 241.61 -
System Red Green Blue C M Y K H S L
Decimal 236 0 54 0 1 0.77 0.07 346.27 1 0.46
Hex EC 0 36 0 64 4D 7 15A 64 2E
Octal 354 0 66 0 144 115 7 532 144 56
Binary 11101100 0 110110 0 1100100 1001101 111 101011010 1100100 101110

Color Harmonies of #EC0036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0036

Black with #EC0036

Text Example


Text Example

White with #EC0036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0036; }

 p { color: rgb(236,0,54); }

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

background-color css

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

 a { background-color: rgb(236,0,54); }

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

border-color css

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

 span { border-color: rgb(236,0,54); }

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