Html Css Color HEX #EC1235 Torch Red

📋 copy color: '#EC1235'

red 236 ◦ green 18 ◦ blue 53

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

Shades of Torch Red #EC1235

Tints of Torch Red #EC1235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.86%

 BLUE value IS 53 (21.09% from 255) = 17.26%

R = 76.87%
G = 5.86%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC1235 (or 0xEC1235) is known color: Torch Red. HEX triplet: EC, 12 and 35. RGB value is (236,18,53). Sum of RGB (Red+Green+Blue) = 236+18+53=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1235 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1235 is #13EDCA. Grayscale: #575757. Windows color (decimal): -1306059 or 3478252. OLE color: 3478252.

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

Color convert

RGB 236 18 53 -
CMYK 0 0.92 0.78 0.07
HSL 350.37º 0.86% 0.5% -
HSV(B) 350.37º 0.92% 0.93% -
XYZ 35.45 18.52 5.07 -
YUV 87.17 108.72 234.15 -
System Red Green Blue C M Y K H S L
Decimal 236 18 53 0 0.92 0.78 0.07 350.37 0.86 0.5
Hex EC 12 35 0 5C 4E 7 15E 56 32
Octal 354 22 65 0 134 116 7 536 126 62
Binary 11101100 10010 110101 0 1011100 1001110 111 101011110 1010110 110010

Color Harmonies of #EC1235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1235

Black with #EC1235

Text Example


Text Example

White with #EC1235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1235; }

 p { color: rgb(236,18,53); }

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

background-color css

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

 a { background-color: rgb(236,18,53); }

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

border-color css

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

 span { border-color: rgb(236,18,53); }

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