Html Css Color HEX #EC1531 Torch Red

📋 copy color: '#EC1531'

red 236 ◦ green 21 ◦ blue 49

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

Shades of Torch Red #EC1531

Tints of Torch Red #EC1531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.86%

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

R = 77.12%
G = 6.86%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC1531 (or 0xEC1531) is known color: Torch Red. HEX triplet: EC, 15 and 31. RGB value is (236,21,49). Sum of RGB (Red+Green+Blue) = 236+21+49=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1531 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1531 is #13EACE. Grayscale: #585858. Windows color (decimal): -1305295 or 3216876. OLE color: 3216876.

HSL color Cylindrical-coordinate representation of color #EC1531: hue angle of 352.19º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1531 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 21 49 -
CMYK 0 0.91 0.79 0.07
HSL 352.19º 0.85% 0.5% -
HSV(B) 352.19º 0.91% 0.93% -
XYZ 35.41 18.59 4.63 -
YUV 88.48 105.73 233.22 -
System Red Green Blue C M Y K H S L
Decimal 236 21 49 0 0.91 0.79 0.07 352.19 0.85 0.5
Hex EC 15 31 0 5B 4F 7 160 55 32
Octal 354 25 61 0 133 117 7 540 125 62
Binary 11101100 10101 110001 0 1011011 1001111 111 101100000 1010101 110010

Color Harmonies of #EC1531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1531

Black with #EC1531

Text Example


Text Example

White with #EC1531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1531; }

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

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

background-color css

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

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

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

border-color css

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

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

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