Html Css Color HEX #EC0336 Torch Red

📋 copy color: '#EC0336'

red 236 ◦ green 3 ◦ blue 54

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

Shades of Torch Red #EC0336

Tints of Torch Red #EC0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 80.55%
G = 1.02%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC0336 (or 0xEC0336) is known color: Torch Red. HEX triplet: EC, 03 and 36. RGB value is (236,3,54). Sum of RGB (Red+Green+Blue) = 236+3+54=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0336 is #13FCC9. Grayscale: #4E4E4E. Windows color (decimal): -1309898 or 3539948. OLE color: 3539948.

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

Color convert

RGB 236 3 54 -
CMYK 0 0.99 0.77 0.07
HSL 346.87º 0.97% 0.47% -
HSV(B) 346.87º 0.99% 0.93% -
XYZ 35.29 18.16 5.14 -
YUV 78.48 114.19 240.35 -
System Red Green Blue C M Y K H S L
Decimal 236 3 54 0 0.99 0.77 0.07 346.87 0.97 0.47
Hex EC 3 36 0 63 4D 7 15B 61 2F
Octal 354 3 66 0 143 115 7 533 141 57
Binary 11101100 11 110110 0 1100011 1001101 111 101011011 1100001 101111

Color Harmonies of #EC0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0336

Black with #EC0336

Text Example


Text Example

White with #EC0336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0336; }

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

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

background-color css

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

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

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

border-color css

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

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

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