Html Css Color HEX #EC0331 Torch Red

📋 copy color: '#EC0331'

red 236 ◦ green 3 ◦ blue 49

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

Shades of Torch Red #EC0331

Tints of Torch Red #EC0331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.01%

R = 81.94%
G = 1.04%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC0331 (or 0xEC0331) is known color: Torch Red. HEX triplet: EC, 03 and 31. RGB value is (236,3,49). Sum of RGB (Red+Green+Blue) = 236+3+49=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0331 is #13FCCE. Grayscale: #4D4D4D. Windows color (decimal): -1309903 or 3212268. OLE color: 3212268.

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

Color convert

RGB 236 3 49 -
CMYK 0 0.99 0.79 0.07
HSL 348.15º 0.97% 0.47% -
HSV(B) 348.15º 0.99% 0.93% -
XYZ 35.18 18.12 4.55 -
YUV 77.91 111.69 240.76 -
System Red Green Blue C M Y K H S L
Decimal 236 3 49 0 0.99 0.79 0.07 348.15 0.97 0.47
Hex EC 3 31 0 63 4F 7 15C 61 2F
Octal 354 3 61 0 143 117 7 534 141 57
Binary 11101100 11 110001 0 1100011 1001111 111 101011100 1100001 101111

Color Harmonies of #EC0331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0331

Black with #EC0331

Text Example


Text Example

White with #EC0331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0331; }

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

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

background-color css

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

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

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

border-color css

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

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

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