Html Css Color HEX #EC032C Torch Red

📋 copy color: '#EC032C'

red 236 ◦ green 3 ◦ blue 44

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

Shades of Torch Red #EC032C

Tints of Torch Red #EC032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 83.39%
G = 1.06%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC032C (or 0xEC032C) is known color: Torch Red. HEX triplet: EC, 03 and 2C. RGB value is (236,3,44). Sum of RGB (Red+Green+Blue) = 236+3+44=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC032C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC032C is #13FCD3. Grayscale: #4D4D4D. Windows color (decimal): -1309908 or 2884588. OLE color: 2884588.

HSL color Cylindrical-coordinate representation of color #EC032C: hue angle of 349.44º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC032C is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 3 44 -
CMYK 0 0.99 0.81 0.07
HSL 349.44º 0.97% 0.47% -
HSV(B) 349.44º 0.99% 0.93% -
XYZ 35.08 18.08 4.02 -
YUV 77.34 109.19 241.17 -
System Red Green Blue C M Y K H S L
Decimal 236 3 44 0 0.99 0.81 0.07 349.44 0.97 0.47
Hex EC 3 2C 0 63 51 7 15D 61 2F
Octal 354 3 54 0 143 121 7 535 141 57
Binary 11101100 11 101100 0 1100011 1010001 111 101011101 1100001 101111

Color Harmonies of #EC032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC032C

Black with #EC032C

Text Example


Text Example

White with #EC032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC032C; }

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

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

background-color css

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

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

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

border-color css

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

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

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