#EC1532

Color #EC1532 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #EC1532

Tints of Torch Red #EC1532

Color information

#EC1532 (or 0xEC1532) is unknown color: approx Torch Red. HEX triplet: EC, 15 and 32. RGB value is (236,21,50). Sum of RGB (Red+Green+Blue) = 236+21+50=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1532 is #13EACD. Grayscale: #585858. Windows color (decimal): -1305294 or 3282412. OLE color: 3282412.

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

Color convert

RGB2362150-
CMYK00.910.790.07
HSL351.91º84.98%50.39%-
HSV(B)351.91º91.1%92.55%-
XYZ35.4418.64.74-
YUV88.59106.23233.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 76.87%
GREEN value IS 21 (8.59% from 255) = 6.84%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=76.87%
G=6.84%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236215000.910.790.07351.9184.9850.39
HexEC153205B4F71605532
Octal35425620133117754012562
Binary11101100101011100100101101110011111111011000001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1532; }

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

 H1.HeaderClassName
 {
   color: #EC1532;
 }
 .AnyTagClassName
 {
   color: #EC1532;
 }
</style>
background-color css

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

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

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

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

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

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