Html Css Color HEX #EC152C Torch Red

📋 copy color: '#EC152C'

red 236 ◦ green 21 ◦ blue 44

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

Shades of Torch Red #EC152C

Tints of Torch Red #EC152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 78.41%
G = 6.98%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC152C (or 0xEC152C) is known color: Torch Red. HEX triplet: EC, 15 and 2C. RGB value is (236,21,44). Sum of RGB (Red+Green+Blue) = 236+21+44=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC152C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC152C is #13EAD3. Grayscale: #585858. Windows color (decimal): -1305300 or 2889196. OLE color: 2889196.

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

Color convert

RGB 236 21 44 -
CMYK 0 0.91 0.81 0.07
HSL 353.58º 0.85% 0.5% -
HSV(B) 353.58º 0.91% 0.93% -
XYZ 35.31 18.55 4.1 -
YUV 87.91 103.23 233.63 -
System Red Green Blue C M Y K H S L
Decimal 236 21 44 0 0.91 0.81 0.07 353.58 0.85 0.5
Hex EC 15 2C 0 5B 51 7 162 55 32
Octal 354 25 54 0 133 121 7 542 125 62
Binary 11101100 10101 101100 0 1011011 1010001 111 101100010 1010101 110010

Color Harmonies of #EC152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC152C

Black with #EC152C

Text Example


Text Example

White with #EC152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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