Html Css Color HEX #EC1532 Torch Red

📋 copy color: '#EC1532'

red 236 ◦ green 21 ◦ blue 50

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

Shades of Torch Red #EC1532

Tints of Torch Red #EC1532

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 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

#EC1532 (or 0xEC1532) is known color: 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

RGB 236 21 50 -
CMYK 0 0.91 0.79 0.07
HSL 351.91º 0.85% 0.5% -
HSV(B) 351.91º 0.91% 0.93% -
XYZ 35.44 18.6 4.74 -
YUV 88.59 106.23 233.14 -
System Red Green Blue C M Y K H S L
Decimal 236 21 50 0 0.91 0.79 0.07 351.91 0.85 0.5
Hex EC 15 32 0 5B 4F 7 160 55 32
Octal 354 25 62 0 133 117 7 540 125 62
Binary 11101100 10101 110010 0 1011011 1001111 111 101100000 1010101 110010

Color Harmonies of #EC1532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1532

Black with #EC1532

Text Example


Text Example

White with #EC1532

Text Example


Text Example

HTML Codes & Css Web 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>